Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/badvision/jace
/ setScope
Method
setScope
src/main/java/jace/core/RAMEvent.java:112–114 ·
view source on GitHub ↗
(SCOPE scope)
Source
from the content-addressed store, hash-verified
110
}
111
112
public
final
void
setScope(SCOPE scope) {
113
this.scope = scope;
114
}
115
116
public
VALUE getValue() {
117
return
value;
Callers
1
RAMEvent
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected