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

Method is_defined

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

Source from the content-addressed store, hash-verified

32 const node_ref* ref() const { return m_pRef.get(); }
33
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

Callers 7

compute_seq_sizeMethod · 0.45
compute_map_sizeMethod · 0.45
insert_map_pairMethod · 0.45
IsDefinedMethod · 0.45
set_refMethod · 0.45
set_dataMethod · 0.45
getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected