Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/buggins/coolreader
/ length
Method
length
crengine/include/lvarray.h:263–266 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
261
}
262
263
int length()
264
{
265
return m_buf.length() - inpos;
266
}
267
268
/// returns pointer to data to be read
269
T * peek() { return m_buf.ptr() + inpos; }
Callers
nothing calls this directly
Calls
1
length
Method · 0.45
Tested by
no test coverage detected