MCPcopy
hub / github.com/harness/harness / GitSignatureResultStore

Struct GitSignatureResultStore

app/store/database/git_signature_result.go:43–45  ·  view source on GitHub ↗

GitSignatureResultStore implements a store.GitSignatureResultStore backed by a relational database.

Source from the content-addressed store, hash-verified

41
42// GitSignatureResultStore implements a store.GitSignatureResultStore backed by a relational database.
43type GitSignatureResultStore struct {
44 db *sqlx.DB
45}
46
47const (
48 gitSignatureResultColumns = `

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected