MCPcopy Create free account
hub / github.com/effect-app/libs / secretURL

Function secretURL

packages/effect-app/src/Config/SecretURL.ts:78–80  ·  view source on GitHub ↗
(name?: string)

Source from the content-addressed store, hash-verified

76export const unsafeWipe: (self: SecretURL) => void = internal.unsafeWipe
77
78export const secretURL = (name?: string): Config.Config<SecretURL> => {
79 return Config.map(Config.nonEmptyString(name), fromString)
80}

Callers 1

secretURL.test.tsFile · 0.85

Calls 1

mapMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…