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

Method get_record_name

include/records/RecYAMLDefs.h:68–72  ·  view source on GitHub ↗

@brief Returns the built record name. The record name was build up base on the yaml structure: i.e.: diags: debug: tag: rpc this function will return diags.debug.tag

Source from the content-addressed store, hash-verified

66 ///
67 /// this function will return diags.debug.tag
68 std::string_view
69 get_record_name() const
70 {
71 return _legacy.record_name;
72 }
73
74 /// @brief Append field name in order to build up the record name.
75 void

Callers 3

SetRecordFromYAMLNodeFunction · 0.80
flatten_nodeFunction · 0.80
TSRecYAMLConfigParseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected