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

Function decode

packages/vue-components/src/components/OmegaForm/useOmegaForm.ts:76–76  ·  view source on GitHub ↗
(value: From)

Source from the content-addressed store, hash-verified

74
75 const baseDecode = S.decodeUnknownEffectConcurrently(formCompatibleSchema)
76 const decode = (value: From) => baseDecode(normalizeFormValue(value))
77
78 const { meta, unionMeta } = generateMetaFromSchema(formCompatibleSchema)
79

Callers 6

wrapOnSubmitFunction · 0.70
createRandomInstanceIFunction · 0.50
special.test.tsFile · 0.50
makeFunction · 0.50
withDefaultParseOptionsFunction · 0.50
transformToFunction · 0.50

Calls 1

normalizeFormValueFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…