MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / EntityToDBData

Method EntityToDBData

src/plugin/kernel/src/AFCKernelModule.cpp:1327–1331  ·  view source on GitHub ↗

--------------entity to pb db data------------------

Source from the content-addressed store, hash-verified

1325
1326//--------------entity to pb db data------------------
1327bool AFCKernelModule::EntityToDBData(const AFGUID& self, AFMsg::pb_db_entity& pb_data)
1328{
1329 std::shared_ptr<AFIEntity> pEntity = GetEntity(self);
1330 return EntityToDBData(pEntity, pb_data);
1331}
1332
1333bool AFCKernelModule::EntityToDBData(std::shared_ptr<AFIEntity> pEntity, AFMsg::pb_db_entity& pb_data)
1334{

Callers

nothing calls this directly

Calls 8

GetMapIDMethod · 0.80
GetMapEntityIDMethod · 0.80
GetConfigIDMethod · 0.45
HaveMaskMethod · 0.45
insertMethod · 0.45
FirstMethod · 0.45
NextMethod · 0.45
FindMethod · 0.45

Tested by

no test coverage detected