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

Method _dispatch

src/pyspector/cli.py:1099–1106  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

1097 names = sorted(Path(p).name for p in changed_snapshot)
1098 label = ", ".join(names[:3]) + (
1099 f" (+{len(names) - 3} more)" if len(names) > 3 else ""
1100 )
1101 else:
1102 label = "re-scan"
1103
1104 click.echo(_BOLD_DIVIDER)
1105 click.echo(f"[{ts}] " + click.style(label, bold=True))
1106 click.echo(_BOLD_DIVIDER)
1107
1108 try:
1109 new_issues = _scan_to_issues(

Callers 4

on_modifiedMethod · 0.95
on_createdMethod · 0.95
on_deletedMethod · 0.95
on_movedMethod · 0.95

Calls 1

_scheduleFunction · 0.85

Tested by

no test coverage detected