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

Function unsafeWipe

packages/effect-app/src/Config/internal/configSecretURL.ts:64–68  ·  view source on GitHub ↗
(self: SecretURL.SecretURL)

Source from the content-addressed store, hash-verified

62
63/** @internal */
64export const unsafeWipe = (self: SecretURL.SecretURL): void => {
65 for (let i = 0; i < self.raw.length; i++) {
66 self.raw[i] = 0
67 }
68}

Callers 1

secretURL.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…