Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ gc_area
Function
gc_area
outdated/win/gem/gr_rect.c:200–204 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
198
frame->g_h = test->g_y + test->g_h - frame->g_y;
199
}
200
static long
201
gc_area(GRECT *area)
202
{
203
return ((long) area->g_h * (long) area->g_w);
204
}
Callers
1
add_dirty_rect
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected