1 | static S post_verified(T3<S> t) {
|
2 | Bool prev = setThreadLocal(ai_postTriple_verified, true); |
3 | try {
|
4 | ret ai_postTriple(t); |
5 | } finally {
|
6 | setThreadLocal(ai_postTriple_verified, prev); |
7 | } |
8 | } |
9 | |
10 | static S post_verified(S a, S b, S c) {
|
11 | ret post_verified(t3(a, b, c)); |
12 | } |
Began life as a copy of #1012096
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1012915 |
| Snippet name: | post_verified |
| Eternal ID of this version: | #1012915/2 |
| Text MD5: | 9dfa4e4e270855221d3825fc3a329305 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-12-16 13:54:46 |
| Source code size: | 285 bytes / 12 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 723 / 746 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |