MCPcopy Create free account
hub / github.com/Atmosphere-NX/Atmosphere / GetInternalFile

Function GetInternalFile

fusee/program/source/fs/fusee_fs_api.cpp:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 }
97
98 FIL *GetInternalFile(FileHandle handle) {
99 return static_cast<FIL *>(handle._handle);
100 }
101
102 DIR *GetInternalDirectory(DirectoryHandle handle) {
103 return static_cast<DIR *>(handle._handle);

Callers 7

ReadFileFunction · 0.70
GetFileSizeFunction · 0.70
FlushFileFunction · 0.70
WriteFileFunction · 0.70
SetFileSizeFunction · 0.70
GetFileOpenModeFunction · 0.70
CloseFileFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected