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

Method EmitProps

lib/yamlcpp/src/emitfromevents.cpp:118–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118void EmitFromEvents::EmitProps(const std::string& tag, anchor_t anchor) {
119 if (!tag.empty() && tag != "?" && tag != "!")
120 m_emitter << VerbatimTag(tag);
121 if (anchor)
122 m_emitter << Anchor(ToString(anchor));
123}
124} // namespace YAML

Callers

nothing calls this directly

Calls 4

VerbatimTagFunction · 0.85
AnchorFunction · 0.85
ToStringFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected