Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SimHacker/micropolis
/ current_tool
Function
current_tool
micropolis-activity/src/sim/w_tool.c:1538–1542 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1536
1537
1538
int
1539
current_tool(SimView *view, short x, short y, short first)
1540
{
1541
return do_tool(view, view->tool_state, x, y, first);
1542
}
1543
1544
1545
DoTool(SimView *view, short tool, short x, short y)
Callers
1
w_tool.c
File · 0.85
Calls
1
do_tool
Function · 0.85
Tested by
no test coverage detected