Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ null_mark
Function
null_mark
lib/yamlcpp/include/yaml-cpp/mark.h:16–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
Mark() : pos(0), line(0), column(0) {}
15
16
static const Mark null_mark() { return Mark(-1, -1, -1); }
17
18
bool is_null() const { return pos == -1 && line == -1 && column == -1; }
19
Callers
4
ThrowParserException
Method · 0.85
node_data
Method · 0.85
exceptions.h
File · 0.85
Mark
Method · 0.85
Calls
1
Mark
Function · 0.70
Tested by
no test coverage detected