static Set collectSnippetIDsInTranspiledSnippet(S snippetID) { S src = getServerTranspiled2(snippetID); Set set = collectSnippetIDsInText(src); addAll(set, regexp_allGroups("[0-9]+", firstLine(src)); ret set; }