Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
bool IsNullString(const std::string& str) {
7
return str.empty() || str ==
"~"
|| str ==
"null"
|| str ==
"Null"
||
8
str ==
"NULL"
;
9
}
10
} // namespace YAML
Callers
2
HandleNode
Method · 0.85
IsValidPlainScalar
Function · 0.85
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected