MCPcopy 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
164const char* BString::c_str() const {
165 return data->str;
166}
167
168char* BString::str() {
169 return data->str;

Callers 15

logMethod · 0.45
logBlockFunction · 0.45
preFpuLogFunction · 0.45
walkStackMethod · 0.45
glcommon_glGetStringFunction · 0.45
glcommon_glClear_maskFunction · 0.45
initSdlOpenGLFunction · 0.45
isAvailableMethod · 0.45
initMesaOpenGLFunction · 0.45
moveToFileSystemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected