Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Exiv2/exiv2
/ MemIo
Method
MemIo
src/basicio.cpp:689–690 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
687
}
688
689
MemIo::MemIo() : p_(std::make_unique<Impl>()) {
690
}
691
692
MemIo::MemIo(const byte* data, size_t size) : p_(std::make_unique<Impl>(data, size)) {
693
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected