MCPcopy Create free account
hub / github.com/apple-oss-distributions/dyld / loadFile

Method loadFile

common/ClosureFileSystemNull.cpp:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32bool FileSystemNull::loadFile(const char* path, LoadedFileInfo& info, char realerPath[MAXPATHLEN], void (^error)(const char* format, ...)) const {
33 return false;
34}
35
36void FileSystemNull::unloadFile(const LoadedFileInfo& info) const {
37 if (info.unload)

Callers 2

loadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected