MCPcopy Create free account
hub / github.com/callstack/agent-device / isKeyboardResult

Function isKeyboardResult

src/commands/system/runtime/system.ts:431–433  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

429}
430
431function isKeyboardResult(value: unknown): value is BackendKeyboardResult {
432 return Boolean(value && typeof value === 'object');
433}

Callers 1

keyboardCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…