Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ seek
Method
seek
Sming/Core/Data/Stream/MultiStream.cpp:32–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
bool MultiStream::seek(int len)
33
{
34
return stream ? stream->seek(len) : false;
35
}
Callers
3
readMemoryBlock
Method · 0.45
seekFrom
Method · 0.45
copyFrom
Method · 0.45
Calls
no outgoing calls
Tested by
3
readMemoryBlock
Method · 0.36
seekFrom
Method · 0.36
copyFrom
Method · 0.36