Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ tellFunc
Method
tellFunc
source/core/StarAudio.cpp:219–221 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
217
};
218
219
static long int tellFunc(void* datasource) {
220
return (long int)static_cast<ExternalBuffer*>(datasource)->pos();
221
};
222
223
CompressedAudioImpl(CompressedAudioImpl const& impl) {
224
m_audioData = impl.m_audioData;
Callers
nothing calls this directly
Calls
1
pos
Method · 0.45
Tested by
no test coverage detected