MCPcopy Create free account
hub / github.com/buggins/coolreader / empty

Method empty

crengine/src/lvxml.cpp:1177–1177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1175 lUInt16 rpos; // right non-space char posision + 1
1176 lineAlign_t align;
1177 bool empty() { return rpos==0; }
1178 bool isHeading() { return (flags & LINE_IS_HEADER)!=0; }
1179 LVTextFileLine( LVTextFileBase * file, int maxsize )
1180 : flags(0), lpos(0), rpos(0), align(la_unknown)

Callers 15

findByIdMethod · 0.45
dumpZipFunction · 0.45
ReadEpubTocFunction · 0.45
EpubGetRootFilePathFunction · 0.45
OnTagCloseMethod · 0.45
ImportEpubDocumentFunction · 0.45
parseMethod · 0.45
LVLoadStylesheetFileFunction · 0.45
openMethod · 0.45
GetNameMethod · 0.45
SetNameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected