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

Method stream

out/cli.cjs:51798–51801  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

51796 const d7 = options.lastModified ?? Date.now();
51797 this[kState] = {
51798 blobLike,
51799 name: n2,
51800 type: t2,
51801 lastModified: d7
51802 };
51803 }
51804 stream(...args) {

Callers

nothing calls this directly

Calls 1

streamMethod · 0.45

Tested by

no test coverage detected