MCPcopy Create free account
hub / github.com/esengine/esengine / values

Method values

packages/core/src/ECS/Utils/BitMaskHashMap.ts:135–141  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

133 }
134
135 *values(): IterableIterator<T> {
136 for (const bucket of this.buckets.values()) {
137 for (const [_, value] of bucket) {
138 yield value;
139 }
140 }
141 }
142}
143

Callers 15

resetAllMethod · 0.45
branchMethod · 0.45
getByNameMethod · 0.45
updateMethod · 0.45
clearMethod · 0.45
clearAllMethod · 0.45
disposeMethod · 0.45
disposeMethod · 0.45
disposeMethod · 0.45
updateFromRelationsMethod · 0.45
updateFromRelationsMethod · 0.45
clearMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected