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

Function isTextObjScopeKey

src/vim/types.ts:158–162  ·  view source on GitHub ↗
(
  key: string,
)

Source from the content-addressed store, hash-verified

156} as const satisfies Record<string, TextObjScope>
157
158export function isTextObjScopeKey(
159 key: string,
160): key is keyof typeof TEXT_OBJ_SCOPES {
161 return key in TEXT_OBJ_SCOPES
162}
163
164export const TEXT_OBJ_TYPES = new Set([
165 'w',

Callers 1

handleOperatorInputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected