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

7
LINES

< > BotCompany Repo | #1004807 // snippetWithTitle - return snippet ID plus title formatted for user

JavaX fragment (include)

static S snippetWithTitle(S id) {
  ret snippetWithTitle_cached(id);
}

static S snippetWithTitle(Snippet s) {
  ret s == null ? "-" : s.id + " - " + s.title;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 16 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, jcllbfdqhrgy, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1004807
Snippet name: snippetWithTitle - return snippet ID plus title formatted for user
Eternal ID of this version: #1004807/3
Text MD5: 3c778ebe133f2792e374e03407c06ce3
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-07-12 16:34:39
Source code size: 168 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 579 / 558
Version history: 2 change(s)
Referenced in: #1005537 - snippetsWithTitles - uses cached version of titles
#1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1006972 - titleWithSnippet - return title plus snippet ID formatted for user
#1015343 - snippetWithTitle_rev - return snippet title ID plus ID formatted for user
#1015982 - snippetWithTitle_cached - return snippet ID plus title formatted for user
#1017123 - snippetWithTitle (old) - return snippet ID plus title formatted for user
#1018187 - snippetURLWithTitle - return snippet URL plus title formatted for user