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

Function Mark

lib/yamlcpp/include/yaml-cpp/mark.h:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12namespace YAML {
13struct YAML_CPP_API Mark {
14 Mark() : pos(0), line(0), column(0) {}
15
16 static const Mark null_mark() { return Mark(-1, -1, -1); }
17

Callers 2

null_markFunction · 0.70
mark.hFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected