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

Method get_log_object_signature

include/tscore/BaseLogFile.h:136–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 }
135
136 bool
137 get_log_object_signature(uint64_t *signature)
138 {
139 if (_flags & VALID_SIGNATURE) {
140 *signature = _log_object_signature;
141 return true;
142 } else {
143 return false;
144 }
145 }
146
147 bool
148 data_from_metafile() const

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected