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

Method type

lib/yamlcpp/include/yaml-cpp/node/detail/node.h:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 bool is_defined() const { return m_pRef->is_defined(); }
35 const Mark& mark() const { return m_pRef->mark(); }
36 NodeType::value type() const { return m_pRef->type(); }
37
38 const std::string& scalar() const { return m_pRef->scalar(); }
39 const std::string& tag() const { return m_pRef->tag(); }

Callers 5

SetupMethod · 0.45
EmitMethod · 0.45
PushMethod · 0.45
PopMethod · 0.45
TypeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected