MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / close

Method close

Tactility/Source/file/ObjectFileReader.cpp:56–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void ObjectFileReader::close() {
57 recordCount = 0;
58 recordVersion = 0;
59 recordsRead = 0;
60
61 file = nullptr;
62}
63
64bool ObjectFileReader::readNext(void* output) {
65 if (file == nullptr) {

Callers 10

close_i18n_filesFunction · 0.45
generate_headerFunction · 0.45
package_allFunction · 0.45
runMethod · 0.45
ObjectFileTest.cppFile · 0.45
writeStringFunction · 0.45
uart_controller_closeFunction · 0.45
getGpsConfigurationsMethod · 0.45
addGpsConfigurationMethod · 0.45

Calls

no outgoing calls

Tested by 1

runMethod · 0.36