MCPcopy Create free account
hub / github.com/alliedmodders/sourcemod / Read

Method Read

core/logic_bridge.cpp:149–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 return filesystem->Size(pFileName, pPathID);
148 }
149 int Read(void* pOutput, int size, FileHandle_t file) override
150 {
151 return filesystem->Read(pOutput, size, file);
152 }
153 int Write(void const* pInput, int size, FileHandle_t file) override
154 {
155 return filesystem->Write(pInput, size, file);

Callers 2

ProfileReportMethod · 0.45
KVLoadFromFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected