| 35 | ExtensionTest() {} |
| 36 | |
| 37 | void SetUp() override { |
| 38 | ASSERT_OK(RegisterBuiltinFunctions(®istry_)); |
| 39 | ASSERT_OK(RegisterExtensionFunctions(®istry_)); |
| 40 | } |
| 41 | |
| 42 | // Helper method to test string startsWith() function |
| 43 | void TestStringInclusion(absl::string_view func_name, |
nothing calls this directly
no test coverage detected