MCPcopy Create free account
hub / github.com/Noumena-Network/code / getSmokeGlobalConfigPath

Function getSmokeGlobalConfigPath

tools/smoke/oauthHarness.mjs:44–46  ·  view source on GitHub ↗
(configDir, env)

Source from the content-addressed store, hash-verified

42}
43
44export function getSmokeGlobalConfigPath(configDir, env) {
45 return join(configDir, resolveSmokeGlobalConfigFilename(env))
46}
47
48export async function writeSmokeGlobalConfig(configDir, env, config) {
49 const configPath = getSmokeGlobalConfigPath(configDir, env)

Callers 1

writeSmokeGlobalConfigFunction · 0.85

Calls 1

Tested by

no test coverage detected