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

Function GetJSONObligatoryField

libs/cppjansson/cppjansson.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19namespace base
20{
21json_t * GetJSONObligatoryField(json_t * root, std::string const & field)
22{
23 return GetJSONObligatoryField(root, field.c_str());
24}
25
26json_t * GetJSONObligatoryField(json_t * root, char const * field)
27{

Callers 12

SaveContextMethod · 0.85
FromJSONObjectFunction · 0.85
operator()Method · 0.85
GetWeightsFromJsonFunction · 0.85
GetPointsFromJsonFunction · 0.85
GetTranslationsFromJsonFunction · 0.85
GetShapeLinkFromJsonFunction · 0.85
GetFrequencyIntervalsFunction · 0.85
GetScheduleFromJsonFunction · 0.85
ReadFunction · 0.85
FromJSONObjectFunction · 0.85

Calls 1

GetJSONOptionalFieldFunction · 0.85

Tested by

no test coverage detected