NOLINTNEXTLINE(readability-convert-member-functions-to-static)
| 230 | |
| 231 | // NOLINTNEXTLINE(readability-convert-member-functions-to-static) |
| 232 | JavaEnv JavaClass::getEnv() const { |
| 233 | return JavaEnv(); |
| 234 | } |
| 235 | |
| 236 | } // namespace ValdiAndroid |
no test coverage detected