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

Method text

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

Source from the content-addressed store, hash-verified

51808 arrayBuffer(...args) {
51809 webidl.brandCheck(this, _FileLike);
51810 return this[kState].blobLike.arrayBuffer(...args);
51811 }
51812 slice(...args) {
51813 webidl.brandCheck(this, _FileLike);
51814 return this[kState].blobLike.slice(...args);
51815 }
51816 text(...args) {

Callers

nothing calls this directly

Calls 1

textMethod · 0.45

Tested by

no test coverage detected