Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vulae/pkmc
/ handler
Method
handler
pkmc-server/src/entity_manager.rs:54–56 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
52
}
53
54
pub fn handler(&self) -> &Arc<Mutex<EntityHandler>> {
55
&self.handler
56
}
57
}
58
59
/// Determines when entity is sent to viewers.
Callers
4
test_entities
Function · 0.80
new
Method · 0.80
initialize_viewers
Method · 0.80
update
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_entities
Function · 0.64