MCPcopy Index your code
hub / github.com/callstack/agent-device / isReservedNamespaceKey

Function isReservedNamespaceKey

src/replay/vars.ts:20–22  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

18const RESERVED_NAMESPACE_PREFIX = 'AD_';
19
20function isReservedNamespaceKey(key: string): boolean {
21 return key.startsWith(RESERVED_NAMESPACE_PREFIX);
22}
23
24function reservedNamespaceError(key: string): AppError {
25 return new AppError(

Callers 3

buildReplayVarScopeFunction · 0.85
collectReplayShellEnvFunction · 0.85
parseReplayCliEnvEntriesFunction · 0.85

Calls 1

startsWithMethod · 0.80

Tested by

no test coverage detected