1 | static Web ai_invalidateWebTransiently(S globalID) { |
2 | ret ai_postTransientTriple("Web " + globalID, "is", "invalid"); |
3 | } |
4 | |
5 | static Web ai_invalidateWebTransiently(Web web) { |
6 | ret web == null ? null : ai_invalidateWebTransiently(web.globalID); |
7 | } |
Began life as a copy of #1011413
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: | #1011417 |
Snippet name: | ai_invalidateWebTransiently |
Eternal ID of this version: | #1011417/4 |
Text MD5: | e1bdc5d44f823e9fec75253c85981bde |
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:27:03 |
Source code size: | 249 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 398 / 418 |
Version history: | 3 change(s) |
Referenced in: | [show references] |