MCPcopy Index your code
hub / github.com/Effect-TS/effect / decode

Method decode

packages/workflow/src/Workflow.ts:459–461  ·  view source on GitHub ↗
(fromA)

Source from the content-addressed store, hash-verified

457 this.SchemaFromSelf(options),
458 {
459 decode(fromA) {
460 return new Complete({ exit: fromA.exit })
461 },
462 encode(toI) {
463 return toI
464 }

Callers 15

FileSystem.test.tsFile · 0.80
HttpServer.test.tsFile · 0.80
HttpClient.test.tsFile · 0.80
writeFunction · 0.80
Socket.test.tsFile · 0.80
args.tsFile · 0.80
options.tsFile · 0.80
streamRequestFunction · 0.80
emitFunction · 0.80

Calls

no outgoing calls

Tested by 1

writeFunction · 0.64