MCPcopy Create free account
hub / github.com/ParzivalHack/PySpector / AnalysisContext

Class AnalysisContext

src/pyspector/_rust_core/src/analysis/mod.rs:26–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24mod taint_analysis;
25
26pub struct AnalysisContext<'a> {
27 pub root_path: String,
28 pub exclusions: Vec<String>,
29 pub ruleset: RuleSet,
30 pub py_files: &'a [PythonFile],
31}
32
33pub fn run_analysis(mut context: AnalysisContext) -> Vec<Issue> {
34 // Apply disabled_rule_ids from [defaults] before scanning

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected