Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ schemas
Method
schemas
nodedb/src/control/array_sync/inbound.rs:126–128 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
124
}
125
126
pub(super) fn schemas(&self) -> &Arc<OriginSchemaRegistry> {
127
&self.schemas
128
}
129
130
pub(super) fn apply_observer(&self) -> Option<&Arc<dyn ArrayApplyObserver>> {
131
self.apply_observer.as_ref()
Callers
1
vshard_for_op
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected