Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
void ObjectFileReader::close() {
57
recordCount = 0;
58
recordVersion = 0;
59
recordsRead = 0;
60
61
file = nullptr;
62
}
63
64
bool ObjectFileReader::readNext(void* output) {
65
if (file == nullptr) {
Callers
10
close_i18n_files
Function · 0.45
generate_header
Function · 0.45
package_all
Function · 0.45
run
Method · 0.45
ObjectFileTest.cpp
File · 0.45
writeString
Function · 0.45
uart_controller_close
Function · 0.45
getGpsConfigurations
Method · 0.45
addGpsConfiguration
Method · 0.45
removeGpsConfiguration
Method · 0.45
Calls
no outgoing calls
Tested by
1
run
Method · 0.36