1 | static new ThreadLocal<Bool> ai_postTransientTriple_force; |
2 | |
3 | static Web ai_postTransientTriple(T3<S> triple) {
|
4 | if (ai_hasTriple(triple) && !isTrue(ai_postTransientTriple_force!)) null; |
5 | Web web = webFromTriple(triple); |
6 | addTransientWeb(web); |
7 | ret web; |
8 | } |
9 | |
10 | static Web ai_postTransientTriple(S a, S b, S c) {
|
11 | ret ai_postTransientTriple(t3(a, b, c)); |
12 | } |
Began life as a copy of #1011011
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: | #1011418 |
| Snippet name: | ai_postTransientTriple |
| Eternal ID of this version: | #1011418/4 |
| Text MD5: | d7e64f1495867ad5fc527a5ee507f030 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-10-29 01:55:02 |
| Source code size: | 365 bytes / 12 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 605 / 637 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |