MCPcopy
hub / github.com/perkeep/perkeep / signerInit

Method signerInit

pkg/client/client.go:1378–1380  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1376}
1377
1378func (c *Client) signerInit() {
1379 c.signer, c.signerErr = c.buildSigner()
1380}
1381
1382func (c *Client) buildSigner() (*schema.Signer, error) {
1383 c.initSignerPublicKeyBlobrefOnce.Do(c.initSignerPublicKeyBlobref)

Callers

nothing calls this directly

Calls 1

buildSignerMethod · 0.95

Tested by

no test coverage detected