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

Method style

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

Source from the content-addressed store, hash-verified

38 const std::string& scalar() const { return m_pRef->scalar(); }
39 const std::string& tag() const { return m_pRef->tag(); }
40 EmitterStyle::value style() const { return m_pRef->style(); }
41
42 template <typename T>
43 bool equals(const T& rhs, shared_memory_holder pMemory);

Callers 2

EmitMethod · 0.45
StyleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected