MCPcopy Create free account
hub / github.com/USCiLab/cereal / NotNullStrLen

Method NotNullStrLen

include/cereal/external/rapidjson/document.h:340–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338
339private:
340 SizeType NotNullStrLen(const CharType* str) {
341 CEREAL_RAPIDJSON_ASSERT(str != 0);
342 return internal::StrLen(str);
343 }
344
345 /// Empty string - used when passing in a NULL pointer
346 static const Ch emptyString[];

Callers

nothing calls this directly

Calls 1

StrLenFunction · 0.85

Tested by

no test coverage detected