Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/rapidjson
/ OStreamWrapper
Method
OStreamWrapper
test/unittest/prettywritertest.cpp:127–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
typedef char Ch;
126
127
OStreamWrapper(std::ostream& os) : os_(os) {}
128
129
Ch Peek() const { assert(false); return
'\0'
; }
130
Ch Take() { assert(false); return
'\0'
; }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected