1 | // optional parameter trace_out for collecting the reference tree |
2 | // optional parameter exclude: set of excluded |
3 | static Set<S> recursivelyCollectSnippetIDsFromTranspiled_multi(Cl<S> snippetIDs, O... _) { |
4 | Set<S> exclude = cast optPar exclude(_); |
5 | ret transitiveHullOfFunction_multipleInputs(func(S snippetID) -> Collection<S> { |
6 | collectionMinusSet(collectSnippetIDsInTranspiledSnippet(snippetID), exclude) |
7 | }, snippetIDs, _); |
8 | } |
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: | 287 / 302 |
Referenced in: | [show references] |