MCPcopy Create free account
hub / github.com/QuantumNous/new-api / compilePluginProtocolTestEndpoint

Function compilePluginProtocolTestEndpoint

controller/plugin_protocol_test.go:1420–1423  ·  view source on GitHub ↗
(t *testing.T, key, source string)

Source from the content-addressed store, hash-verified

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

Tested by

no test coverage detected