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

Method file_open_successful

include/tscore/BaseLogFile.h:153–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151 }
152
153 bool
154 file_open_successful()
155 {
156 return (_flags & FILE_OPEN_SUCCESSFUL ? true : false);
157 }
158};
159
160/*

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected