// optional parameter trace_out for collecting the reference tree // optional parameter exclude: set of excluded static Set recursivelyCollectSnippetIDsFromTranspiled(S snippetID, O... _) { ret transitiveHullOfFunction collectSnippetIDsInTranspiledSnippet(snippetID, _); }