MCPcopy Create free account
hub / github.com/apache/trafficserver / IsNullString

Function IsNullString

lib/yamlcpp/src/null.cpp:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4_Null Null;
5
6bool IsNullString(const std::string& str) {
7 return str.empty() || str == "~" || str == "null" || str == "Null" ||
8 str == "NULL";
9}
10} // namespace YAML

Callers 2

HandleNodeMethod · 0.85
IsValidPlainScalarFunction · 0.85

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected