Libraryless. Click here for Pure Java version (5018L/35K).
// optional parameter trace_out for collecting the reference tree // optional parameter exclude: set of excluded static Set<S> recursivelyCollectSnippetIDsFromTranspiled(S snippetID, O... _) { Set<S> exclude = cast optPar exclude(_); ret transitiveHullOfFunction(func(S snippetID) -> Collection<S> { collectionMinusSet(collectSnippetIDsInTranspiledSnippet(snippetID), exclude) }, snippetID, _); }
Began life as a copy of #1022616
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1022617 |
Snippet name: | recursivelyCollectSnippetIDsFromTranspiled |
Eternal ID of this version: | #1022617/13 |
Text MD5: | 55924c2a55bf7c9ce97e96542d8e48d4 |
Transpilation MD5: | dbafb41d4afa1442be23967aa55bb949 |
Author: | stefan |
Category: | javax / code analysis |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-09-01 13:19:14 |
Source code size: | 413 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 271 / 367 |
Version history: | 12 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1025020 - recursivelyCollectSnippetIDsFromTranspiled_multi |