MCPcopy
hub / github.com/callstack/agent-device / getRemoteConfigEnvNames

Function getRemoteConfigEnvNames

src/remote/remote-config-schema.ts:168–172  ·  view source on GitHub ↗
(key: keyof RemoteConfigProfile)

Source from the content-addressed store, hash-verified

166}
167
168export function getRemoteConfigEnvNames(key: keyof RemoteConfigProfile): string[] {
169 const spec = getRemoteConfigFieldSpec(key);
170 if (spec?.env === false) return [];
171 return [buildPrimaryEnvVarName(key)];
172}

Callers 2

Calls 2

buildPrimaryEnvVarNameFunction · 0.90
getRemoteConfigFieldSpecFunction · 0.85

Tested by

no test coverage detected