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

Function GetFileOpenMode

fusee/program/source/fs/fusee_fs_api.cpp:316–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314 }
315
316 int GetFileOpenMode(FileHandle handle) {
317 return g_open_modes[GetFileIndex(GetInternalFile(handle))];
318 }
319
320 void CloseFile(FileHandle handle) {
321 const size_t index = GetFileIndex(GetInternalFile(handle));

Callers

nothing calls this directly

Calls 2

GetFileIndexFunction · 0.70
GetInternalFileFunction · 0.70

Tested by

no test coverage detected