Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
72
struct _Indent {
73
_Indent(int value_) : value(value_) {}
74
int value;
75
};
76
77
inline _Indent Indent(int value) { return _Indent(value); }
78
Callers
1
Indent
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected