Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ append
Method
append
source/util/bstring.cpp:178–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
176
}
177
178
void BString::append(const BString& s) {
179
append(s.data->str, s.length());
180
}
181
182
void BString::append(const BString& s, int offset, int len) {
183
if (offset <= s.length()) {
Callers
15
outXMM
Function · 0.45
outR32
Function · 0.45
outR16
Function · 0.45
outR8
Function · 0.45
outS
Function · 0.45
outEA32
Function · 0.45
outEA16
Function · 0.45
outE64
Function · 0.45
outE32
Function · 0.45
outE16
Function · 0.45
outE8
Function · 0.45
logRR
Function · 0.45
Calls
3
append
Function · 0.85
appendData
Function · 0.85
length
Method · 0.45
Tested by
no test coverage detected