Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ioi/isolate
/ cf_current_box
Function
cf_current_box
isolate.h:119–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
struct cf_per_box *cf_per_box(int box_id);
118
119
static inline struct cf_per_box *
120
cf_current_box(void)
121
{
122
return cf_per_box(box_id);
123
}
Callers
1
cg_enter
Function · 0.85
Calls
1
cf_per_box
Class · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…