MCPcopy Create free account
hub / github.com/freecodexyz/free-code / onUserInteraction

Function onUserInteraction

src/hooks/useRemoteSession.ts:363–365  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

361 permissionResult,
362 permissionPromptStartTimeMs: Date.now(),
363 onUserInteraction() {
364 // No-op for remote — classifier runs on the container
365 },
366 onAbort() {
367 const response: RemotePermissionResponse = {
368 behavior: 'deny',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected