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

Function fromString

packages/effect-app/src/Config/internal/configSecretURL.ts:54–56  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

52
53/** @internal */
54export const fromString = (text: string): SecretURL.SecretURL => {
55 return make(text.split("").map((char) => char.charCodeAt(0)))
56}
57
58/** @internal */
59export const value = (self: SecretURL.SecretURL): string => {

Callers 1

secretURL.test.tsFile · 0.50

Calls 3

makeFunction · 0.70
mapMethod · 0.65
splitMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…