Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
17
export
function
isReservedVariableKey(name: string): boolean {
18
return
name.toLowerCase().startsWith(RESERVED_VARIABLE_PREFIX);
19
}
Callers
3
applyUriValueParameters
Method · 0.90
reservedVariableKeys.test.ts
File · 0.90
assertAssignableVariableName
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected