| 99 | } |
| 100 | |
| 101 | void Sample1Module::TimerTest(uint64_t timer_id, const AFGUID& entity_id) |
| 102 | { |
| 103 | ARK_LOG_INFO("timer log, id = {} entity_id = {}", timer_id, entity_id); |
| 104 | } |
| 105 | |
| 106 | bool Sample1Module::PostInit() |
| 107 | { |
nothing calls this directly
no outgoing calls
no test coverage detected