MCPcopy Create free account
hub / github.com/Effect-TS/effect / makeValue

Function makeValue

packages/effect/src/ConfigProvider.ts:100–102  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

98 * @since 4.0.0
99 */
100export function makeValue(value: string): Node {
101 return { _tag: "Value", value }
102}
103
104/**
105 * Creates a `Record` node representing an object-like container with known

Callers 4

describeUnknownFunction · 0.85
stringNodeFunction · 0.85
nodeAtEnvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected