MCPcopy Create free account
hub / github.com/SpartanJ/eepp / isLoading

Method isLoading

src/eepp/ui/doc/textdocument.cpp:1159–1161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1157}
1158
1159bool TextDocument::isLoading() const {
1160 return mLoading;
1161}
1162
1163bool TextDocument::isDeleteOnClose() const {
1164 return mDeleteOnClose;

Calls

no outgoing calls

Tested by

no test coverage detected