Libraryless. Click here for Pure Java version (5018L/35K).
1 | // optional parameter trace_out for collecting the reference tree |
2 | // optional parameter exclude: set of excluded |
3 | static Set<S> recursivelyCollectSnippetIDsFromTranspiled(S snippetID, O... _) { |
4 | Set<S> exclude = cast optPar exclude(_); |
5 | ret transitiveHullOfFunction(func(S snippetID) -> Collection<S> { |
6 | collectionMinusSet(collectSnippetIDsInTranspiledSnippet(snippetID), exclude) |
7 | }, snippetID, _); |
8 | } |
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: | 270 / 366 |
Version history: | 12 change(s) |
Referenced in: | [show references] |