Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crosspoint-reader/crosspoint-reader
/ empty
Method
empty
lib/Epub/Epub/css/CssParser.cpp:29–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
28
void clear() { len = 0; }
29
bool empty() const { return len == 0; }
30
size_t size() const { return len; }
31
32
// Get string view of current content (zero-copy)
Callers
9
trimCssWhitespace
Function · 0.45
forEachDelimitedToken
Function · 0.45
stripTrailingImportant
Function · 0.45
tryInterpretLength
Method · 0.45
parseDeclarationIntoStyle
Method · 0.45
loadFromStream
Method · 0.45
resolveStyle
Method · 0.45
saveToCache
Method · 0.45
loadFromCache
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected