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

Method getCurrentChangeId

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

Source from the content-addressed store, hash-verified

3109}
3110
3111Uint64 TextDocument::getCurrentChangeId() const {
3112 return mUndoStack.getCurrentChangeId();
3113}
3114
3115const std::string& TextDocument::getDefaultFileName() const {
3116 return mDefaultFileName;

Callers 2

updateDocCacheMethod · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected