MCPcopy Create free account
hub / github.com/crosspoint-reader/crosspoint-reader / size

Method size

lib/Epub/Epub/css/CssParser.cpp:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)
33 std::string_view view() const { return std::string_view(data, len); }

Callers 15

hyphenatorForLanguageFunction · 0.45
byteOffsetForIndexFunction · 0.45
buildExplicitBreakInfosFunction · 0.45
breakOffsetsMethod · 0.45
collectBreakIndexesFunction · 0.45
collectCodepointsFunction · 0.45
getLanguageEntriesFunction · 0.45
startElementMethod · 0.45
characterDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected