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

Function isGlobalInputSequence

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

Source from the content-addressed store, hash-verified

98 * ```
99 */
100export function isGlobalInputSequence(input: string, key: Key): GlobalInputSequence | undefined {
101 return GLOBAL_INPUT_SEQUENCES.find((seq) => seq.matches(input, key))
102}
103
104/**
105 * Check if an input matches a specific global input sequence by ID.

Callers 2

input.test.tsFile · 0.85
MultilineTextInputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected