Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ update
Method
update
ZezeJava/ZezeJava/src/main/java/Zeze/Schemas.java:90–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
88
}
89
90
public
void
update() {
91
for
(var update : updates)
92
update.accept(bean);
93
for
(var update : updateVariables)
94
update.accept(bean);
95
}
96
}
97
98
public
static
final
class
Context {
Callers
nothing calls this directly
Calls
1
accept
Method · 0.65
Tested by
no test coverage detected