Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
namespace YAML {
13
struct 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_mark
Function · 0.70
mark.h
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected