MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / GetMetadata

Method GetMetadata

app/cli/pkg/plugins/client.go:79–86  ·  view source on GitHub ↗
(_ any, resp *PluginMetadata)

Source from the content-addressed store, hash-verified

77}
78
79func (m *RPCServer) GetMetadata(_ any, resp *PluginMetadata) error {
80 metadata, err := m.Impl.GetMetadata(context.Background())
81 if err != nil {
82 return err
83 }
84 *resp = metadata
85 return nil
86}

Callers

nothing calls this directly

Calls 1

GetMetadataMethod · 0.65

Tested by

no test coverage detected