| 86 | } |
| 87 | |
| 88 | bool GrPluginInterface::IsWorking() { |
| 89 | return plugin_enabled_; |
| 90 | } |
| 91 | |
| 92 | bool GrPluginInterface::OnCreate(const GrPluginParam& param) { |
| 93 | SnowflakeId::initialize(0, 103); |
nothing calls this directly
no outgoing calls
no test coverage detected