Builds a new instance of World and make it globally accessible through static methods of World. TODO: remove analyses. @param options the options @param analyses the analyses to be executed
(Options options, List<AnalysisConfig> analyses)
| 41 | * @param analyses the analyses to be executed |
| 42 | */ |
| 43 | void build(Options options, List<AnalysisConfig> analyses); |
| 44 | } |
no outgoing calls
no test coverage detected