MCPcopy Create free account
hub / github.com/FlashpointProject/launcher / forEach

Method forEach

src/back/util/map.ts:316–318  ·  view source on GitHub ↗
(callback: (value: V, index: K) => any)

Source from the content-addressed store, hash-verified

314 }
315
316 forEach(callback: (value: V, index: K) => any) {
317 this._forEach(this._root, callback);
318 }
319
320 private _forEach(node: TernarySearchTreeNode<K, V> | undefined, callback: (value: V, index: K) => any) {
321 if (node) {

Callers 10

checkGameIDsFunction · 0.80
checkGameEmptyFieldsFunction · 0.80
checkDupesFunction · 0.80
ConfigPageClass · 0.80
initializeFunction · 0.80
_scanExtensionsMethod · 0.80
scanSystemExtensionsFunction · 0.80
scanExtensionsFunction · 0.80
clearDisposableFunction · 0.80

Calls 1

_forEachMethod · 0.95

Tested by

no test coverage detected