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

Class Indentation

lib/yamlcpp/src/indentation.h:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15namespace YAML {
16struct Indentation {
17 Indentation(std::size_t n_) : n(n_) {}
18 std::size_t n;
19};
20
21inline ostream_wrapper& operator<<(ostream_wrapper& out,
22 const Indentation& indent) {

Callers 2

emitter.cppFile · 0.85
WriteCommentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected