Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/async-profiler/async-profiler
/ getConstant
Method
getConstant
src/instrument.cpp:230–234 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
228
}
229
230
Constant* getConstant() {
231
Constant* c = (Constant*)get(1);
232
get(c->length());
233
return c;
234
}
235
236
// Writer
237
Callers
nothing calls this directly
Calls
1
length
Method · 0.45
Tested by
no test coverage detected