1 | static String getSnippetTitle_safe(S id) { |
2 | if (isLocalSnippetID(id)) ret localSnippetTitle(id); |
3 | S title = or(loadTextFile(snippetTitle_cacheFile(id)), "?"); |
4 | pcall { |
5 | title = getSnippetTitle(id); |
6 | } |
7 | ret title; |
8 | } |
Began life as a copy of #1001012
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, sawdedvomwva, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1006321 |
Snippet name: | getSnippetTitle_safe - exceptionless version of getSnippetTitle |
Eternal ID of this version: | #1006321/4 |
Text MD5: | 686ed64c133ce54b49137c3196c6fdbf |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-12-03 21:47:43 |
Source code size: | 229 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 652 / 706 |
Version history: | 3 change(s) |
Referenced in: | [show references] |