Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
131
export
function
isOperatorKey(key: string): key is keyof typeof OPERATORS {
132
return
key in OPERATORS
133
}
134
135
export
const
SIMPLE_MOTIONS =
new
Set([
136
'h'
,
Callers
1
handleNormalInput
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected