Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
466
void StringImpl::Append(const char* appendPtr)
467
{
468
Append(appendPtr, (int)strlen(appendPtr));
469
}
470
471
void StringImpl::Append(const char* appendPtr, intptr length)
472
{
Callers
15
ReadAscii8SizedString
Method · 0.80
ReadAscii32SizedString
Method · 0.80
UTF8Encode
Method · 0.80
EncodeULEB32
Method · 0.80
StbspCallback
Function · 0.80
GetRelativePath
Method · 0.80
Res_SerializeModel
Function · 0.80
BfpGetStrHelper
Function · 0.80
StartWithCreateProcess
Method · 0.80
BFP_CALLTYPE BfpSpawn_Create
Function · 0.80
BfpFile_GetActualPath
Function · 0.80
BfpFindFileData_FindFirstFile
Function · 0.80
Calls
1
GetPtr
Method · 0.45
Tested by
1
TestReadCmd
Function · 0.64