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: 586 / 564
Version history: 2 change(s)
Referenced in: [show references]