Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SimHacker/micropolis
/ checkTiles
Method
checkTiles
micropolis-java/src/micropolisj/engine/Tiles.java:105–110 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
103
}
104
105
static
void
checkTiles()
106
{
107
for
(
int
i = 0; i < tiles.length; i++) {
108
// do something here
109
}
110
}
111
}
Callers
1
Tiles
Class · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected