Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crosspoint-reader/crosspoint-reader
/ readPod
Function
readPod
lib/Serialization/Serialization.h:18–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
17
template <typename T>
18
void readPod(std::istream& is, T& value) {
19
is.read(reinterpret_cast<char*>(&value), sizeof(T));
20
}
21
22
template <typename T>
23
void readPod(HalFile& file, T& value) {
Callers
15
loadFromBinaryFile
Method · 0.85
load
Method · 0.85
getSpineEntry
Method · 0.85
getTocEntry
Method · 0.85
readSpineEntry
Method · 0.85
readTocEntry
Method · 0.85
loadSectionFile
Method · 0.85
loadPageFromSectionFile
Method · 0.85
getCachedPageCount
Method · 0.85
getPageForAnchor
Method · 0.85
getPageForParagraphIndex
Method · 0.85
getParagraphIndexForPage
Method · 0.85
Calls
1
read
Method · 0.45
Tested by
no test coverage detected