MCPcopy Create free account
hub / github.com/DragonisCV/RAM / __init__

Method __init__

scripts/ig.py:9–10  ·  view source on GitHub ↗
(self, opt)

Source from the content-addressed store, hash-verified

7
8class IGAnalysis(BaseAnalysis):
9 def __init__(self, opt):
10 super().__init__(opt)
11
12 def analyze(self):
13 total_filter_mac = [0.0] * len(self.hook_list)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected