| 1222 | } |
| 1223 | |
| 1224 | bool AFCKernelModule::Exist(const AFGUID& self) |
| 1225 | { |
| 1226 | return (objects_.find_value(self) != nullptr); |
| 1227 | } |
| 1228 | |
| 1229 | bool AFCKernelModule::LogSelfInfo(const AFGUID& id) |
| 1230 | { |
nothing calls this directly
no test coverage detected