MCPcopy 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

ThrowParserExceptionMethod · 0.85
node_dataMethod · 0.85
exceptions.hFile · 0.85
MarkMethod · 0.85

Calls 1

MarkFunction · 0.70

Tested by

no test coverage detected