Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
107
base::JSONPtr Sample::SerializeToJSON() const
108
{
109
auto json = base::NewJSONObject();
110
SerializeToJSONImpl(*json);
111
return json;
112
}
113
114
bool Sample::operator<(Sample const & rhs) const
115
{
Callers
1
SerializeToJSONLines
Method · 0.80
Calls
1
NewJSONObject
Function · 0.85
Tested by
no test coverage detected