MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / string>

Method string>

native/thirdpart/flatbuffers/flexbuffers.h:788–790  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

786
787template<> inline String Reference::As<String>() const { return AsString(); }
788template<> inline std::string Reference::As<std::string>() const {
789 return AsString().str();
790}
791
792template<> inline Blob Reference::As<Blob>() const { return AsBlob(); }
793template<> inline Vector Reference::As<Vector>() const { return AsVector(); }

Callers

nothing calls this directly

Calls 1

strMethod · 0.45

Tested by

no test coverage detected