MCPcopy Create free account
hub / github.com/beefytech/Beef / Append

Method Append

BeefySysLib/util/String.cpp:466–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464}
465
466void StringImpl::Append(const char* appendPtr)
467{
468 Append(appendPtr, (int)strlen(appendPtr));
469}
470
471void StringImpl::Append(const char* appendPtr, intptr length)
472{

Callers 15

ReadAscii8SizedStringMethod · 0.80
UTF8EncodeMethod · 0.80
EncodeULEB32Method · 0.80
StbspCallbackFunction · 0.80
GetRelativePathMethod · 0.80
Res_SerializeModelFunction · 0.80
BfpGetStrHelperFunction · 0.80
BfpFile_GetActualPathFunction · 0.80

Calls 1

GetPtrMethod · 0.45

Tested by 1

TestReadCmdFunction · 0.64