Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ParzivalHack/PySpector
/ on_moved
Method
on_moved
src/pyspector/cli.py:1111–1111 ·
view source on GitHub ↗
(self, event)
Source
from the content-addressed store, hash-verified
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}"
)
1114
click.echo(_DIVIDER +
"\n"
)
Callers
nothing calls this directly
Calls
1
_dispatch
Method · 0.95
Tested by
no test coverage detected