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

Function parseKey

packages/effect/src/unstable/encoding/Yaml.ts:185–188  ·  view source on GitHub ↗
(input: string)

Source from the content-addressed store, hash-verified

183}
184
185const parseKey = (input: string): string => {
186 const value = parseScalar(input)
187 return value === null || value === undefined ? "" : String(value)
188}
189
190class FlowParser {
191 private readonly input: string

Callers 2

parseKeyMethod · 0.85
parseMappingEntryMethod · 0.85

Calls 2

parseScalarFunction · 0.85
StringInterface · 0.50

Tested by

no test coverage detected