Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ Put
Function
Put
rapidjson/filewritestream.h:40–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
void Put(char c) {
41
if (current_ >= bufferEnd_)
42
Flush();
43
44
*current_++ = c;
45
}
46
47
void PutN(char c, size_t n) {
48
size_t avail = static_cast<size_t>(bufferEnd_ - current_);
Callers
nothing calls this directly
Calls
1
Flush
Function · 0.70
Tested by
no test coverage detected