Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Constellation/iv
/ AddSubstring
Method
AddSubstring
iv/fixed_string_builder.h:75–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
void AddSubstring(const CharT* s, std::size_t n) {
76
Append(s, n);
77
}
78
79
void AddInteger(int n) {
80
assert(!IsFinalized() && point_ < buffer_.size());
Callers
1
TEST
Function · 0.80
Calls
1
Append
Function · 0.85
Tested by
1
TEST
Function · 0.64