1 | ifclass Snippet |
2 | static S loadSnippetQuietly(Snippet s) {
|
3 | ret loadSnippetQuietly(s.id); |
4 | } |
5 | endif |
6 | |
7 | static S loadSnippetQuietly(S snippetID) {
|
8 | loadSnippet_silent.set(true); |
9 | try {
|
10 | ret loadSnippet(snippetID); |
11 | } finally {
|
12 | loadSnippet_silent.set(null); |
13 | } |
14 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, whxojlpjdney
No comments. add comment
| Snippet ID: | #1008959 |
| Snippet name: | loadSnippetQuietly |
| Eternal ID of this version: | #1008959/2 |
| Text MD5: | 925b830cbee9be3c60c226ef13460c24 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-06-20 02:22:35 |
| Source code size: | 279 bytes / 14 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 627 / 713 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |