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

Class _Anchor

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

Source from the content-addressed store, hash-verified

84inline _Alias Alias(const std::string& content) { return _Alias(content); }
85
86struct _Anchor {
87 _Anchor(const std::string& content_) : content(content_) {}
88 std::string content;
89};
90
91inline _Anchor Anchor(const std::string& content) { return _Anchor(content); }
92

Callers 1

AnchorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected