| 266 | } |
| 267 | |
| 268 | const gandiva::NativeFunction * |
| 269 | ggandiva_native_function_get_raw(GGandivaNativeFunction *native_function) |
| 270 | { |
| 271 | auto priv = GGANDIVA_NATIVE_FUNCTION_GET_PRIVATE(native_function); |
| 272 | return priv->native_function; |
| 273 | } |
no outgoing calls
no test coverage detected