MCPcopy Create free account
hub / github.com/JACoders/OpenJK / cgi_FS_Read

Function cgi_FS_Read

code/cgame/cg_syscalls.cpp:87–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87int cgi_FS_Read( void *buffer, int len, fileHandle_t f ) {
88 return Q_syscall( CG_FS_READ, buffer, len, f );
89}
90
91int cgi_FS_Write( const void *buffer, int len, fileHandle_t f ) {
92 return Q_syscall( CG_FS_WRITE, buffer, len, f );

Callers 3

ReadFileMethod · 0.70
CG_LoadMenusFunction · 0.70
G_ParseAnimationEvtFileFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected