Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/badvision/jace
/ setValue
Method
setValue
src/main/java/jace/core/RAMEvent.java:120–122 ·
view source on GitHub ↗
(VALUE value)
Source
from the content-addressed store, hash-verified
118
}
119
120
public
final
void
setValue(VALUE value) {
121
this.value = value;
122
}
123
124
public
int
getAddress() {
125
return
address;
Callers
1
RAMEvent
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected