MCPcopy Index your code
hub / github.com/SourceCode-AI/aura / run_input_hooks

Method run_input_hooks

aura/package_analyzer.py:123–127  ·  view source on GitHub ↗
(location: base.ScanLocation)

Source from the content-addressed store, hash-verified

121
122 @staticmethod
123 def run_input_hooks(location: base.ScanLocation) -> Iterable[Detection]:
124 analyzers = plugins.load_entrypoint("aura.input_hooks")
125
126 for input_hook in analyzers["entrypoints"].values():
127 yield from input_hook(location=location)
128
129 @staticmethod
130 def scan_directory(item: base.ScanLocation):

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected