MCPcopy Index your code
hub / github.com/codeaashu/claude-code / isOperatorKey

Function isOperatorKey

src/vim/types.ts:131–133  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

129} as const satisfies Record<string, Operator>
130
131export function isOperatorKey(key: string): key is keyof typeof OPERATORS {
132 return key in OPERATORS
133}
134
135export const SIMPLE_MOTIONS = new Set([
136 'h',

Callers 1

handleNormalInputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected