MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / input_adapter

Method input_adapter

native/thirdpart/json/json.hpp:4205–4206  ·  view source on GitHub ↗

input adapter for input stream

Source from the content-addressed store, hash-verified

4203 : ia(std::make_shared<file_input_adapter>(file)) {}
4204 /// input adapter for input stream
4205 input_adapter(std::istream& i)
4206 : ia(std::make_shared<input_stream_adapter>(i)) {}
4207
4208 /// input adapter for input stream
4209 input_adapter(std::istream&& i)

Callers

nothing calls this directly

Calls 2

beginFunction · 0.70
endFunction · 0.70

Tested by

no test coverage detected