Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ oggcallbacktell
Function
oggcallbacktell
source/src/oggstream.cpp:29–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
static long oggcallbacktell(void *datasource)
30
{
31
stream *s = (stream *)datasource;
32
return s ? s->tell() : -1;
33
}
34
35
ov_callbacks oggcallbacks = { oggcallbackread, oggcallbackseek, oggcallbackclose, oggcallbacktell };
36
Callers
nothing calls this directly
Calls
1
tell
Method · 0.45
Tested by
no test coverage detected