Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ engine
Method
engine
nodedb/src/control/array_sync/inbound.rs:122–124 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
120
}
121
122
pub(super) fn engine(&self) -> &Arc<OriginApplyEngine> {
123
&self.engine
124
}
125
126
pub(super) fn schemas(&self) -> &Arc<OriginSchemaRegistry> {
127
&self.schemas
Callers
1
apply_op_direct
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected