static S titleWithSnippet(long id) { ret titleWithSnippet(fsI(id)); } static S titleWithSnippet(S id) { id = formatSnippetID(id); ret getSnippetTitle(id) + " " + id; } static S titleWithSnippet(Snippet s) { ret s == null ? "-" : s.title + " " + fsI(s.id); }