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

Class IndentTo

lib/yamlcpp/src/indentation.h:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28struct IndentTo {
29 IndentTo(std::size_t n_) : n(n_) {}
30 std::size_t n;
31};
32
33inline ostream_wrapper& operator<<(ostream_wrapper& out,
34 const IndentTo& indent) {

Callers 13

EmitEndSeqMethod · 0.85
EmitEndMapMethod · 0.85
FlowSeqPrepareNodeMethod · 0.85
BlockSeqPrepareNodeMethod · 0.85
FlowMapPrepareLongKeyMethod · 0.85
SpaceOrIndentToMethod · 0.85
WriteLiteralStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected