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

Function createMessage

out/cli.cjs:78035–78042  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78033 return createStream(asyncIter, cancel);
78034}
78035function concatBuffer(a4, b7) {
78036 const res = new Uint8Array(a4.length + b7.length);
78037 res.set(a4);
78038 res.set(b7, a4.length);
78039 return res;
78040}
78041function createMessage() {
78042 return {
78043 data: void 0,
78044 event: "",
78045 id: "",

Callers 1

toMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected