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

Method GetPreCommentIndent

lib/yamlcpp/src/emitterstate.h:107–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105
106 bool SetPreCommentIndent(std::size_t value, FmtScope::value scope);
107 std::size_t GetPreCommentIndent() const { return m_preCommentIndent.get(); }
108 bool SetPostCommentIndent(std::size_t value, FmtScope::value scope);
109 std::size_t GetPostCommentIndent() const { return m_postCommentIndent.get(); }
110

Callers 1

emitter.cppFile · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected