Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
53
func
(s *Session) InitSignatures() {
54
s.Signatures = GetSignatures(s)
55
}
56
57
func
(s *Session) InitGitHubClients() {
58
for
_, token :=
range
s.Config.GitHubAccessTokens {
Callers
1
Start
Method · 0.95
Calls
1
GetSignatures
Function · 0.85
Tested by
no test coverage detected