MCPcopy Create free account
hub / github.com/Norbyte/bg3se / DestroyFileReader

Method DestroyFileReader

BG3Extender/GameDefinitions/GameHelpers.cpp:118–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 }
117
118 void StaticSymbols::DestroyFileReader(FileReader* reader)
119 {
120 if (ls__FileReader__dtor != nullptr) {
121 ls__FileReader__dtor(reader);
122 }
123 }
124
125 bool StaticSymbols::FileExists(StringView path, PathRootType root, bool canonicalize) const
126 {

Callers 1

~FileReaderPinMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected