sS dm_getSnippetText(S snippetID) { ret dm_callModule(dm_snippetsDB(), 'getSnippetText, snippetID); } ifclass Snippet sS dm_getSnippetText(Snippet s) { ret s == null ? null : dm_getSnippetText(s.id); } endif
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1020083 |
| Snippet name: | dm_getSnippetText |
| Eternal ID of this version: | #1020083/2 |
| Text MD5: | 12b7d40cd7042c9aad54e70a1e6ea7be |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-12-06 20:54:18 |
| Source code size: | 220 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 503 / 537 |
| Version history: | 1 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |