MCPcopy 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

117struct cf_per_box *cf_per_box(int box_id);
118
119static inline struct cf_per_box *
120cf_current_box(void)
121{
122 return cf_per_box(box_id);
123}

Callers 1

cg_enterFunction · 0.85

Calls 1

cf_per_boxClass · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…