| 56 | } |
| 57 | |
| 58 | bool ClientPluginInterface::IsWorking() { |
| 59 | return false; |
| 60 | } |
| 61 | |
| 62 | bool ClientPluginInterface::OnCreate(const ClientPluginParam& param) { |
| 63 | SnowflakeId::initialize(0, 105); |
nothing calls this directly
no outgoing calls
no test coverage detected