MCPcopy Create free account
hub / github.com/OpenNFS/OpenNFS / FreeTrack

Method FreeTrack

src/Loaders/nfs3_loader.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131void NFS3::FreeTrack(const std::shared_ptr<TRACK> &track) {
132 FreeFRD(track);
133 FreeCOL(track);
134}
135
136bool NFS3::LoadFRD(std::string frd_path, const std::string &track_name, const std::shared_ptr<TRACK> &track) {
137 ifstream ar(frd_path, ios::in | ios::binary);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected