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

Function isSecretURL

packages/effect-app/src/Config/internal/configSecretURL.ts:6–8  ·  view source on GitHub ↗
(u: unknown)

Source from the content-addressed store, hash-verified

4
5/** @internal */
6export const isSecretURL = (u: unknown): u is SecretURL.SecretURL => {
7 return Redacted.isRedacted(u) && typeof (u as any).raw !== "undefined"
8}
9
10/** @internal */
11export const make = (bytes: Array<number>): SecretURL.SecretURL => {

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…