MCPcopy Create free account
hub / github.com/comaps/comaps / SerializeToJSON

Method SerializeToJSON

libs/search/search_quality/sample.cpp:107–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107base::JSONPtr Sample::SerializeToJSON() const
108{
109 auto json = base::NewJSONObject();
110 SerializeToJSONImpl(*json);
111 return json;
112}
113
114bool Sample::operator<(Sample const & rhs) const
115{

Callers 1

SerializeToJSONLinesMethod · 0.80

Calls 1

NewJSONObjectFunction · 0.85

Tested by

no test coverage detected