Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ storeVersionedEntity
Method
storeVersionedEntity
source/game/StarEntityFactory.cpp:169–171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
167
}
168
169
VersionedJson EntityFactory::storeVersionedEntity(EntityPtr const& entityPtr) const {
170
return storeVersionedJson(entityPtr->entityType(), diskStoreEntity(entityPtr));
171
}
172
173
}
Callers
3
tick
Method · 0.80
unloadSectorToLevel
Method · 0.80
syncSector
Method · 0.80
Calls
1
entityType
Method · 0.45
Tested by
no test coverage detected