Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MJx0/AndUEDumper
/ string_buffer
Method
string_buffer
deps/fmt/format.h:918–918 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
916
917
public:
918
inline string_buffer() : buf_(str_) {}
919
920
inline operator writer() { return buf_; }
921
inline std::string& str() { return str_; }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected