1 | sS dm_getSnippetText(S snippetID) {
|
2 | ret dm_callModule(dm_snippetsDB(), 'getSnippetText, snippetID); |
3 | } |
4 | |
5 | ifclass Snippet |
6 | sS dm_getSnippetText(Snippet s) {
|
7 | ret s == null ? null : dm_getSnippetText(s.id); |
8 | } |
9 | 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: | 504 / 538 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |