MCPcopy Create free account
hub / github.com/codegowhere/react-inject-env / onExecute

Method onExecute

src/actions/SetAction.ts:64–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62 }
63
64 protected async onExecute(): Promise<void> {
65 const envCfg = { ...retrieveDotEnvCfg(), ...retrieveReactEnvCfg() }
66 outputEnvFile(this.dir, this.fileName, envCfg, this.varName)
67 }
68}

Callers

nothing calls this directly

Calls 3

retrieveDotEnvCfgFunction · 0.90
retrieveReactEnvCfgFunction · 0.90
outputEnvFileFunction · 0.90

Tested by

no test coverage detected