MCPcopy Create free account
hub / github.com/chhoumann/quickadd / isReservedVariableKey

Function isReservedVariableKey

src/utils/reservedVariableKeys.ts:17–19  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

15 * must be rejected just like `__qa.`.
16 */
17export function isReservedVariableKey(name: string): boolean {
18 return name.toLowerCase().startsWith(RESERVED_VARIABLE_PREFIX);
19}

Calls

no outgoing calls

Tested by

no test coverage detected