Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppMicroServices/CppMicroServices
/ seekpos
Method
seekpos
framework/src/bundle/BundleResourceBuffer.cpp:284–288 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
282
}
283
284
std::streambuf::pos_type
285
BundleResourceBuffer::seekpos(std::streambuf::pos_type sp, std::ios_base::openmode /*which*/)
286
{
287
return this->seekoff(sp, std::ios_base::beg);
288
}
289
290
} // namespace detail
291
Callers
nothing calls this directly
Calls
1
seekoff
Method · 0.95
Tested by
no test coverage detected