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

Class _Indent

lib/yamlcpp/include/yaml-cpp/emittermanip.h:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70};
71
72struct _Indent {
73 _Indent(int value_) : value(value_) {}
74 int value;
75};
76
77inline _Indent Indent(int value) { return _Indent(value); }
78

Callers 1

IndentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected