MCPcopy Create free account
hub / github.com/LFYSec/MScan / Analysis

Method Analysis

src/main/java/pascal/taie/analysis/Analysis.java:44–47  ·  view source on GitHub ↗
(AnalysisConfig config)

Source from the content-addressed store, hash-verified

42 // private boolean isStoreResult;
43
44 protected Analysis(AnalysisConfig config) {
45 this.config = config;
46 validateId();
47 }
48
49 public String getId() {
50 return config.getId();

Callers

nothing calls this directly

Calls 1

validateIdMethod · 0.95

Tested by

no test coverage detected