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

Method Clear

native/thirdpart/flatbuffers/code_generators.h:46–49  ·  view source on GitHub ↗

Clears the current "written" code.

Source from the content-addressed store, hash-verified

44
45 // Clears the current "written" code.
46 void Clear() {
47 stream_.str("");
48 stream_.clear();
49 }
50
51 // Associates a key with a value. All subsequent calls to operator+=, where
52 // the specified key is contained in {{ and }} delimiters will be replaced by

Callers 4

ParseJsonMethod · 0.45
DoParseMethod · 0.45
SerializeMethod · 0.45
CompileMethod · 0.45

Calls 1

strMethod · 0.45

Tested by

no test coverage detected