MCPcopy 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

trimCssWhitespaceFunction · 0.45
forEachDelimitedTokenFunction · 0.45
stripTrailingImportantFunction · 0.45
tryInterpretLengthMethod · 0.45
loadFromStreamMethod · 0.45
resolveStyleMethod · 0.45
saveToCacheMethod · 0.45
loadFromCacheMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected