MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / denyAsk

Method denyAsk

src/core/task/Task.ts:1490–1492  ·  view source on GitHub ↗
({ text, images }: { text?: string; images?: string[] } = {})

Source from the content-addressed store, hash-verified

1488 }
1489
1490 public denyAsk({ text, images }: { text?: string; images?: string[] } = {}) {
1491 this.handleWebviewAskResponse("noButtonClicked", text, images)
1492 }
1493
1494 public supersedePendingAsk(): void {
1495 this.lastMessageTs = Date.now()

Callers 1

askMethod · 0.95

Calls 1

Tested by

no test coverage detected