Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ AsSystemFile
Method
AsSystemFile
core/logic/smn_filesystem.cpp:89–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
return NULL;
88
}
89
virtual SystemFile *AsSystemFile() {
90
return NULL;
91
}
92
};
93
94
class ValveFile : public FileObject
Callers
3
sm_WriteFileLine
Function · 0.45
sm_LogToOpenFile
Function · 0.45
sm_LogToOpenFileEx
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected