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

Function makeValue

repos/effect/packages/effect/src/ConfigProvider.ts:97–99  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

95 * @see {@link makeArray} – for array-like containers
96 *
97 * @category constructors
98 * @since 4.0.0
99 */
100export function makeValue(value: string): Node {
101 return { _tag: "Value", value }
102}

Callers 4

describeUnknownFunction · 0.85
nodeAtEnvFunction · 0.85
ConfigProvider.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…