MCPcopy Create free account
hub / github.com/WheretIB/nullc / FileReadC

Function FileReadC

NULLC/includes/file.cpp:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 nullcThrowError("Failed to read from a file.");
104 }
105 void FileReadC(char* data, File* file)
106 {
107 FileReadType<char>(data, file);
108 }
109 void FileReadS(short* data, File* file)
110 {
111 FileReadType<short>(data, file);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected