Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
struct IndentTo {
29
IndentTo(std::size_t n_) : n(n_) {}
30
std::size_t n;
31
};
32
33
inline ostream_wrapper& operator<<(ostream_wrapper& out,
34
const IndentTo& indent) {
Callers
13
EmitEndSeq
Method · 0.85
EmitEndMap
Method · 0.85
FlowSeqPrepareNode
Method · 0.85
BlockSeqPrepareNode
Method · 0.85
FlowMapPrepareLongKey
Method · 0.85
FlowMapPrepareLongKeyValue
Method · 0.85
FlowMapPrepareSimpleKey
Method · 0.85
FlowMapPrepareSimpleKeyValue
Method · 0.85
BlockMapPrepareLongKey
Method · 0.85
BlockMapPrepareLongKeyValue
Method · 0.85
SpaceOrIndentTo
Method · 0.85
WriteLiteralString
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected