// optional parameter trace_out for collecting the reference tree // optional parameter exclude: set of excluded static Set<S> recursivelyCollectSnippetIDsFromTranspiled_multi(Cl<S> snippetIDs, O... _) { Set<S> exclude = cast optPar exclude(_); ret transitiveHullOfFunction_multipleInputs(func(S snippetID) -> Collection<S> { collectionMinusSet(collectSnippetIDsInTranspiledSnippet(snippetID), exclude) }, snippetIDs, _); }
Began life as a copy of #1022617
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1025020 |
Snippet name: | recursivelyCollectSnippetIDsFromTranspiled_multi |
Eternal ID of this version: | #1025020/1 |
Text MD5: | 571ae72b4bf925e5ccfe97e3533f38d7 |
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:18:56 |
Source code size: | 440 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 288 / 303 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |