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

Method Exist

src/plugin/kernel/src/AFCKernelModule.cpp:1224–1227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1222}
1223
1224bool AFCKernelModule::Exist(const AFGUID& self)
1225{
1226 return (objects_.find_value(self) != nullptr);
1227}
1228
1229bool AFCKernelModule::LogSelfInfo(const AFGUID& id)
1230{

Callers

nothing calls this directly

Calls 1

find_valueMethod · 0.45

Tested by

no test coverage detected