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

Function getScalar

packages/effect/src/Config.ts:684–684  ·  view source on GitHub ↗
(node: ConfigProvider.Node | undefined)

Source from the content-addressed store, hash-verified

682 loadCursor(cursor.provider, [...cursor.path, segment])
683
684const getScalar = (node: ConfigProvider.Node | undefined): string | undefined => node?.value
685
686const decodeFromCursor = (
687 ast: SchemaAST.AST,

Callers 2

hasProviderInputFunction · 0.85
Config.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected