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

Function SummaryTable

app/controlplane/plugins/sdk/v1/helpers.go:224–231  ·  view source on GitHub ↗
(req *ExecutionRequest, opts ...RenderOpt)

Source from the content-addressed store, hash-verified

222}
223
224func SummaryTable(req *ExecutionRequest, opts ...RenderOpt) (string, error) {
225 renderer, err := newRenderer(opts...)
226 if err != nil {
227 return "", err
228 }
229
230 return renderer.summaryTable(req.ChainloopMetadata, req.Input.Attestation.Predicate)
231}

Callers

nothing calls this directly

Calls 2

newRendererFunction · 0.85
summaryTableMethod · 0.80

Tested by

no test coverage detected