MCPcopy Index your code
hub / github.com/cameri/nostream / isSecretEnvKey

Function isSecretEnvKey

src/cli/utils/env-config.ts:201–203  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

199}
200
201export const isSecretEnvKey = (key: string): boolean => {
202 return SECRET_KEY_REGEX.test(key)
203}
204
205export const maskSecretValue = (value: string): string => {
206 if (!value) {

Callers 2

runConfigEnvListFunction · 0.90
runConfigEnvGetFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected