(t *testing.T, key, source string)
| 1418 | } |
| 1419 | |
| 1420 | func compilePluginProtocolTestEndpoint(t *testing.T, key, source string) pluginruntime.PinnedEndpoint { |
| 1421 | t.Helper() |
| 1422 | return compilePluginProtocolTestEndpointWithOptions(t, key, source, pluginruntime.Options{}) |
| 1423 | } |
| 1424 | |
| 1425 | func compilePluginProtocolTestEndpointWithOptions( |
| 1426 | t *testing.T, |
no test coverage detected