Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZeppelinMC/Zeppelin
/ NewLiving
Function
NewLiving
server/entity/entity.go:31–33 ·
view source on GitHub ↗
(e *Entity)
Source
from the content-addressed store, hash-verified
29
}
30
31
func
NewLiving(e *Entity) LivingEntity {
32
return
LivingEntity{Entity: *e}
33
}
34
35
// Entity is the base state for entities
36
type
Entity
struct
{
Callers
1
New
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected