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

Function RecFileClose

src/records/RecFile.cc:73–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71//-------------------------------------------------------------------------
72
73int
74RecFileClose(RecHandle h_file)
75{
76 return (close(h_file) == 0) ? REC_ERR_OKAY : REC_ERR_FAIL;
77}
78
79//-------------------------------------------------------------------------
80// RecSnapFileRead

Callers 4

RecMessageReadFromDiskFunction · 0.85
RecMessageWriteToDiskFunction · 0.85
RecFileExistsFunction · 0.85
RecFileImport_XmallocFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected