MCPcopy Create free account
hub / github.com/galacean/engine / _startLoop

Method _startLoop

packages/core/src/utils/DisorderedArray.ts:148–150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146 }
147
148 private _startLoop(): void {
149 ++this._loopCounter;
150 }
151
152 private _endLoop(swapFn: (e: T, idx: number) => void): void {
153 if (--this._loopCounter !== 0) {

Callers 2

forEachMethod · 0.95
forEachAndCleanMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected