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

Function getRemoteConfigFieldSpec

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

Source from the content-addressed store, hash-verified

160);
161
162export function getRemoteConfigFieldSpec(
163 key: keyof RemoteConfigProfile,
164): RemoteConfigFieldSpec | undefined {
165 return remoteConfigFieldSpecByKey.get(key);
166}
167
168export function getRemoteConfigEnvNames(key: keyof RemoteConfigProfile): string[] {
169 const spec = getRemoteConfigFieldSpec(key);

Callers 2

readRemoteConfigFileFunction · 0.90
getRemoteConfigEnvNamesFunction · 0.85

Calls 1

getMethod · 0.80

Tested by

no test coverage detected