Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/async-profiler/async-profiler
/ code
Method
code
src/vmStructs.h:476–482 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
474
}
475
476
const char* code() {
477
if (_code_offset > 0) {
478
return at(*(int*) at(_code_offset));
479
} else {
480
return *(const char**) at(-_code_offset);
481
}
482
}
483
484
const char* scopes() {
485
if (_scopes_data_offset > 0) {
Callers
1
walkVM
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected