Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chen3feng/toft
/ DoWriteString
Method
DoWriteString
base/string/format/print_targets.h:27–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
m_str->append(count, c);
26
}
27
virtual void DoWriteString(const char* str, int size) {
28
m_str->append(str, size);
29
}
30
private:
31
std::string* m_str;
32
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected