MCPcopy Create free account
hub / github.com/codeaashu/claude-code / currentActivity

Function currentActivity

src/bridge/sessionRunner.ts:488–490  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

486 accessToken: opts.accessToken,
487 lastStderr,
488 get currentActivity(): SessionActivity | null {
489 return currentActivity
490 },
491 kill(): void {
492 if (!child.killed) {
493 deps.onDebug(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected