Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

14
LINES

< > BotCompany Repo | #1008959 // loadSnippetQuietly

JavaX fragment (include)

ifclass Snippet
static S loadSnippetQuietly(Snippet s) {
  ret loadSnippetQuietly(s.id);
}
endif

static S loadSnippetQuietly(S snippetID) {
  loadSnippet_silent.set(true);
  try {
    ret loadSnippet(snippetID);
  } finally {
    loadSnippet_silent.set(null);
  }
}

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: 311 / 396
Version history: 1 change(s)
Referenced in: [show references]