MCPcopy
hub / github.com/feichao93/battle-city / get

Method get

app/utils/common.ts:143–148  ·  view source on GitHub ↗
(key: K)

Source from the content-addressed store, hash-verified

141 }
142
143 get(key: K) {
144 if (!super.has(key)) {
145 this.set(key, this.defaulter())
146 }
147 return super.get(key)!
148 }
149}
150
151export function randint(start: number, end: number) {

Callers 15

renderMethod · 0.80
serializeMapItemListFunction · 0.80
setAsCurrentItemMethod · 0.80
renderPlayer1KillInfoMethod · 0.80
renderPlayer2KillInfoMethod · 0.80
ChooseStageSceneClass · 0.80
renderMethod · 0.80
resolveImageKeyFunction · 0.80
getColorFunction · 0.80
renderMethod · 0.80
getNextIdFunction · 0.80
isTankCollidedWithBricksFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected