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

Function ResetQueue

out/cli.cjs:11145–11148  ·  view source on GitHub ↗
(container)

Source from the content-addressed store, hash-verified

11143 return pair.value;
11144 }
11145 function ResetQueue(container) {
11146 container._queue = new SimpleQueue();
11147 container._queueTotalSize = 0;
11148 }
11149 function isDataViewConstructor(ctor) {
11150 return ctor === DataView;
11151 }

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…