Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ParzivalHack/PySpector
/ on_deleted
Method
on_deleted
src/pyspector/cli.py:1110–1110 ·
view source on GitHub ↗
(self, event)
Source
from the content-addressed store, hash-verified
1108
try
:
1109
new_issues = _scan_to_issues(
1110
path, config_path, severity_level, ai_scan, debug=debug, cache=cache
1111
)
1112
except
Exception
as
exc:
1113
click.echo(f
" [!] Scan error: {exc}"
)
Callers
nothing calls this directly
Calls
1
_dispatch
Method · 0.95
Tested by
no test coverage detected