MCPcopy Create free account
hub / github.com/apple/foundationdb / normJSONType

Function normJSONType

fdbclient/ManagementAPI.actor.cpp:2315–2319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2313}
2314
2315json_spirit::Value_type normJSONType(json_spirit::Value_type type) {
2316 if (type == json_spirit::int_type)
2317 return json_spirit::real_type;
2318 return type;
2319}
2320
2321void schemaCoverage(std::string const& spath, bool covered) {
2322 static std::map<bool, std::set<std::string>> coveredSchemaPaths;

Callers 1

schemaMatchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected