1 | static File loadBinarySnippet(String snippetID) ctex {
|
2 | long id = parseSnippetID(snippetID); |
3 | File f = DiskSnippetCache_getLibrary(id); |
4 | if (f == null) {
|
5 | byte[] data = loadDataSnippetImpl(snippetID); |
6 | DiskSnippetCache_putLibrary(id, data); |
7 | f = DiskSnippetCache_getLibrary(id); |
8 | } |
9 | return f; |
10 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1000677 |
| Snippet name: | loadBinarySnippet |
| Eternal ID of this version: | #1000677/1 |
| Text MD5: | bb80c478229deac0b3eac29be3bbdc84 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2015-08-22 00:27:41 |
| Source code size: | 317 bytes / 10 lines |
| Pitched / IR pitched: | No / Yes |
| Views / Downloads: | 857 / 3048 |
| Referenced in: | [show references] |