MCPcopy
hub / github.com/eth0izzle/shhgit / InitSignatures

Method InitSignatures

core/session.go:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51}
52
53func (s *Session) InitSignatures() {
54 s.Signatures = GetSignatures(s)
55}
56
57func (s *Session) InitGitHubClients() {
58 for _, token := range s.Config.GitHubAccessTokens {

Callers 1

StartMethod · 0.95

Calls 1

GetSignaturesFunction · 0.85

Tested by

no test coverage detected