MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / createSseStream

Function createSseStream

out/cli.cjs:78024–78028  ·  view source on GitHub ↗
(chunkStream)

Source from the content-addressed store, hash-verified

78022// node_modules/@azure/core-sse/dist/esm/sse.js
78023var ControlChars;
78024(function(ControlChars2) {
78025 ControlChars2[ControlChars2["NewLine"] = 10] = "NewLine";
78026 ControlChars2[ControlChars2["CarriageReturn"] = 13] = "CarriageReturn";
78027 ControlChars2[ControlChars2["Space"] = 32] = "Space";
78028 ControlChars2[ControlChars2["Colon"] = 58] = "Colon";
78029})(ControlChars || (ControlChars = {}));
78030function createSseStream(chunkStream) {
78031 const { cancel, iterable } = ensureAsyncIterable(chunkStream);

Callers 1

getOaiSSEsFunction · 0.85

Calls 4

ensureAsyncIterableFunction · 0.85
toMessageFunction · 0.85
toLineFunction · 0.85
createStreamFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…