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

Function matchesGlobalSequence

apps/cli/src/lib/utils/input.ts:119–122  ·  view source on GitHub ↗
(input: string, key: Key, id: string)

Source from the content-addressed store, hash-verified

117 * ```
118 */
119export function matchesGlobalSequence(input: string, key: Key, id: string): boolean {
120 const seq = GLOBAL_INPUT_SEQUENCES.find((s) => s.id === id)
121 return seq ? seq.matches(input, key) : false
122}

Callers 2

input.test.tsFile · 0.85
useGlobalInputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected