Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TypesettingTools/Aegisub
/ IsModified
Method
IsModified
src/subs_controller.h:94–94 ·
view source on GitHub ↗
Does the file have unsaved changes?
Source
from the content-addressed store, hash-verified
92
93
/// Does the file have unsaved changes?
94
bool IsModified() const { return commit_id != saved_commit_id; };
95
96
/// @brief Load from a file
97
/// @param file File name
Callers
1
UpdateTitle
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected