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

Function LocalTag

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

Source from the content-addressed store, hash-verified

108}
109
110inline _Tag LocalTag(const std::string& content) {
111 return _Tag("", content, _Tag::Type::PrimaryHandle);
112}
113
114inline _Tag LocalTag(const std::string& prefix, const std::string content) {
115 return _Tag(prefix, content, _Tag::Type::NamedHandle);

Callers 2

TEST_FFunction · 0.85
EmitKindTagMethod · 0.85

Calls 1

_TagClass · 0.85

Tested by 1

TEST_FFunction · 0.68