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

Function getRawContent

out/cli.cjs:75648–75654  ·  view source on GitHub ↗
(blob)

Source from the content-addressed store, hash-verified

75646 text: () => {
75647 throw new Error("Not implemented");
75648 }
75649};
75650var rawContent = Symbol("rawContent");
75651function hasRawContent(x5) {
75652 return typeof x5[rawContent] === "function";
75653}
75654function getRawContent(blob) {
75655 if (hasRawContent(blob)) {
75656 return blob[rawContent]();
75657 } else {

Callers 1

toStreamFunction · 0.85

Calls 2

hasRawContentFunction · 0.85
streamMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…