Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/async-profiler/async-profiler
/ hasDebugSymbols
Method
hasDebugSymbols
src/codeCache.h:172–174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
170
}
171
172
bool hasDebugSymbols() const {
173
return _debug_symbols;
174
}
175
176
void setDebugSymbols(bool debug_symbols) {
177
_debug_symbols = debug_symbols;
Callers
3
writeSettings
Method · 0.80
parseDynamicSection
Method · 0.80
checkJvmCapabilities
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected