Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ c_str
Method
c_str
source/util/bstring.cpp:164–166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
162
}
163
164
const char* BString::c_str() const {
165
return data->str;
166
}
167
168
char* BString::str() {
169
return data->str;
Callers
15
log
Method · 0.45
logBlock
Function · 0.45
preFpuLog
Function · 0.45
walkStack
Method · 0.45
glcommon_glGetString
Function · 0.45
glcommon_glLightv_print_name
Function · 0.45
glcommon_glLightv_print_pname
Function · 0.45
glcommon_glClear_mask
Function · 0.45
initSdlOpenGL
Function · 0.45
isAvailable
Method · 0.45
initMesaOpenGL
Function · 0.45
moveToFileSystem
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected