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

Method Start

core/session.go:38–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36)
37
38func (s *Session) Start() {
39 rand.Seed(time.Now().Unix())
40
41 s.InitLogger()
42 s.InitThreads()
43 s.InitSignatures()
44 s.InitGitHubClients()
45 s.InitCsvWriter()
46}
47
48func (s *Session) InitLogger() {
49 s.Log = &Logger{}

Callers 1

GetSessionFunction · 0.80

Calls 5

InitLoggerMethod · 0.95
InitThreadsMethod · 0.95
InitSignaturesMethod · 0.95
InitGitHubClientsMethod · 0.95
InitCsvWriterMethod · 0.95

Tested by

no test coverage detected