MCPcopy 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
180bool CDataPack::IsReadable(size_t bytes) const
181{
182 return (position < elements.size());
183}
184
185const char *CDataPack::ReadString(size_t *len) const
186{

Callers 7

smn_ReadPackCellFunction · 0.80
smn_ReadPackFloatFunction · 0.80
smn_ReadPackStringFunction · 0.80
smn_ReadPackFunctionFunction · 0.80
smn_ReadPackCellArrayFunction · 0.80
smn_ReadPackFloatArrayFunction · 0.80
smn_IsPackReadableFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected