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