Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crosspoint-reader/crosspoint-reader
/ push_back
Method
push_back
lib/Epub/Epub/css/CssParser.cpp:22–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
size_t len = 0;
21
22
void push_back(char c) {
23
if (len < CAPACITY - 1) {
24
data[len++] = c;
25
}
26
}
27
28
void clear() { len = 0; }
29
bool empty() const { return len == 0; }
Callers
15
readChapters
Method · 0.80
loadFamily
Method · 0.80
findClosestReaderSize
Method · 0.80
availableSizes
Method · 0.80
scanDirectory
Method · 0.80
scanRoot
Method · 0.80
nextIndex
Method · 0.80
onStartElement
Method · 0.80
onStartElement
Method · 0.80
discoverCssFilesFromZip
Method · 0.80
cjkCharacterBreakByteOffsets
Function · 0.80
measureWordWidth
Function · 0.80
Calls
no outgoing calls
Tested by
12
expectedPositionsFromAnnotatedWord
Function · 0.64
loadTestData
Function · 0.64
positionsToHyphenated
Function · 0.64
onKey
Function · 0.64
onString
Function · 0.64
onNumber
Function · 0.64
onBool
Function · 0.64
onNull
Function · 0.64
onObjectStart
Function · 0.64
onObjectEnd
Function · 0.64
onArrayStart
Function · 0.64
onArrayEnd
Function · 0.64