MCPcopy Create free account
hub / github.com/clawbot7/cli-gateway / hasSessionId

Method hasSessionId

src/gateway/bindingRuntime.ts:387–389  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

385 }
386
387 hasSessionId(): boolean {
388 return Boolean(this.acpSessionId);
389 }
390
391 async decidePermission(params: {
392 decision: 'allow' | 'deny';

Callers 1

handleUserMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected