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

Function make

packages/effect-app/src/ids.ts:29–32  ·  view source on GitHub ↗
(input?: string, options?: S.MakeOptions)

Source from the content-addressed store, hash-verified

27 function make(): NonEmptyString255
28 function make(input: string, options?: S.MakeOptions): NonEmptyString255
29 function make(input?: string, options?: S.MakeOptions): NonEmptyString255 {
30 const id = input === undefined ? StringId.make() : StringId.make(input, options)
31 return id
32 }
33 return ({
34 make,
35 /**

Callers 2

makeContextMapFunction · 0.70
secretURL.test.tsFile · 0.50

Calls 1

makeMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…