Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/badvision/jace
/ isChanged
Method
isChanged
src/main/java/jace/ide/Program.java:198–200 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
196
}
197
198
public
boolean isChanged() {
199
return
(Boolean) codeMirror.call(
"isClean"
);
200
}
201
202
private
String buildOptions() {
203
StringBuilder builder =
new
StringBuilder();
Callers
1
onSaveAllClicked
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected