MCPcopy 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
32bool MultiStream::seek(int len)
33{
34 return stream ? stream->seek(len) : false;
35}

Callers 3

readMemoryBlockMethod · 0.45
seekFromMethod · 0.45
copyFromMethod · 0.45

Calls

no outgoing calls

Tested by 3

readMemoryBlockMethod · 0.36
seekFromMethod · 0.36
copyFromMethod · 0.36