Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/badvision/jace
/ setValue
Method
setValue
src/main/java/jace/ide/Program.java:102–104 ·
view source on GitHub ↗
(String value)
Source
from the content-addressed store, hash-verified
100
}
101
102
public
void
setValue(String value) {
103
codeMirror.call(
"setValue"
, value);
104
}
105
106
public
Optional<File> getFile() {
107
return
Optional.ofNullable(targetFile);
Callers
1
createEditor
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected