Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bevyengine/bevy-website
/ Entity
Class
Entity
learning-code-examples/examples/quick-start/mock_entity.rs:2–2 ·
view source on GitHub ↗
ANCHOR: entity_struct
Source
from the content-addressed store, hash-verified
1
// ANCHOR: entity_struct
2
struct Entity(u64);
3
// ANCHOR_END: entity_struct
4
5
fn main() {
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected