Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ IsReadable
Method
IsReadable
core/logic/CDataPack.cpp:180–183 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
178
}
179
180
bool CDataPack::IsReadable(size_t bytes) const
181
{
182
return (position < elements.size());
183
}
184
185
const char *CDataPack::ReadString(size_t *len) const
186
{
Callers
7
smn_ReadPackCell
Function · 0.80
smn_ReadPackFloat
Function · 0.80
smn_ReadPackString
Function · 0.80
smn_ReadPackFunction
Function · 0.80
smn_ReadPackCellArray
Function · 0.80
smn_ReadPackFloatArray
Function · 0.80
smn_IsPackReadable
Function · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected