Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ OnAnchor
Method
OnAnchor
lib/yamlcpp/include/yaml-cpp/eventhandler.h:38–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
virtual void OnMapEnd() = 0;
37
38
virtual void OnAnchor(const Mark& /*mark*/,
39
const std::string& /*anchor_name*/) {
40
// empty default implementation for compatibility
41
}
42
};
43
} // namespace YAML
44
Callers
1
HandleNode
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected