MCPcopy 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
982BString BString::valueOf(bool b) {
983 return B(b ? "true" : "false");
984}
985
986BString BString::valueOf(signed char c) {
987 char tmp[32] = {};

Callers 15

movsBodyMethod · 0.80
cmpsBodyMethod · 0.80
scasBodyMethod · 0.80
lodsBodyMethod · 0.80
stosBodyMethod · 0.80
applyDefsMethod · 0.80
writeDefsMethod · 0.80
writeFunctionMethod · 0.80
beforeMethod · 0.80
afterMethod · 0.80
getParamLenMethod · 0.80
marshalInArrayOfDataMethod · 0.80

Calls 1

BFunction · 0.85

Tested by

no test coverage detected