MCPcopy
hub / github.com/di-sukharev/opencommit / push

Method push

out/cli.cjs:8197–8201  ·  view source on GitHub ↗
(e3)

Source from the content-addressed store, hash-verified

8195 return this._size;
8196 }
8197 push(e3) {
8198 const t2 = this._back;
8199 let r3 = t2;
8200 16383 === t2._elements.length && (r3 = { _elements: [], _next: void 0 }), t2._elements.push(e3), r3 !== t2 && (this._back = r3, t2._next = r3), ++this._size;
8201 }
8202 shift() {
8203 const e3 = this._front;
8204 let t2 = e3;

Callers 15

aD2Function · 0.45
onMethod · 0.45
onceMethod · 0.45
emitMethod · 0.45
subStepFunction · 0.45
whichSyncFunction · 0.45
addFunction · 0.45
configDotenvFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected