Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/badvision/jace
/ getValue
Method
getValue
src/main/java/jace/ide/Program.java:98–100 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
96
}
97
98
public
String getValue() {
99
return
(String) codeMirror.call(
"getValue"
);
100
}
101
102
public
void
setValue(String value) {
103
codeMirror.call(
"setValue"
, value);
Callers
1
save
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected