Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ valueOf
Method
valueOf
source/util/bstring.cpp:982–984 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
980
}
981
982
BString BString::valueOf(bool b) {
983
return B(b ?
"true"
:
"false"
);
984
}
985
986
BString BString::valueOf(signed char c) {
987
char tmp[32] = {};
Callers
15
movsBody
Method · 0.80
cmpsBody
Method · 0.80
scasBody
Method · 0.80
lodsBody
Method · 0.80
stosBody
Method · 0.80
applyDefs
Method · 0.80
writeDefs
Method · 0.80
writeFunction
Method · 0.80
before
Method · 0.80
after
Method · 0.80
getParamLen
Method · 0.80
marshalInArrayOfData
Method · 0.80
Calls
1
B
Function · 0.85
Tested by
no test coverage detected