| 62 | } |
| 63 | |
| 64 | bool GrPluginInterface::IsStreamPlugin() { |
| 65 | return plugin_type_ == GrPluginType::kStream; |
| 66 | } |
| 67 | |
| 68 | std::string GrPluginInterface::GetVersionName() { |
| 69 | return "1.0.0"; |
nothing calls this directly
no outgoing calls
no test coverage detected