MCPcopy Index your code
hub / github.com/simstudioai/sim / isEnvVarReference

Function isEnvVarReference

apps/sim/executor/constants.ts:416–418  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

414}
415
416export function isEnvVarReference(value: string): boolean {
417 return value.startsWith(REFERENCE.ENV_VAR_START) && value.endsWith(REFERENCE.ENV_VAR_END)
418}
419
420export function extractEnvVarName(reference: string): string {
421 return reference.substring(

Callers 3

useSelectorSetupFunction · 0.90
canResolveMethod · 0.90
useSelectorOptionDetailFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected