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

Function value

packages/effect-app/src/Config/internal/configSecretURL.ts:28–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 Object.defineProperty(secret, "toJSON", {
27 enumerable: false,
28 value() {
29 return ({
30 _tag: "SecretURL",
31 protocol
32 })
33 }
34 })
35 Object.defineProperty(secret, "toString", {
36 enumerable: false,

Callers 1

secretURL.test.tsFile · 0.50

Calls 2

joinMethod · 0.80
mapMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…