MCPcopy
hub / github.com/di-sukharev/opencommit / stream4

Function stream4

out/cli.cjs:34484–34486  ·  view source on GitHub ↗
(codes, schema, options)

Source from the content-addressed store, hash-verified

34482 return { ...options, err: true, enc: "stream", codes, schema };
34483 }
34484 function stream4(codes, schema, options) {
34485 return { ...options, enc: "stream", codes, schema };
34486 }
34487 function sseErr(codes, schema, options) {
34488 return { ...options, err: true, enc: "sse", codes, schema };
34489 }

Callers

nothing calls this directly

Calls 3

rejectFunction · 0.85
callbackFunction · 0.85
dispatchMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…