MCPcopy Create free account
hub / github.com/NextDotID/proof_server / init_validators

Function init_validators

cmd/lambda_worker/main.go:241–253  ·  view source on GitHub ↗

func init_sqs(cfg aws.Config) { sqs.Init(cfg) }

()

Source from the content-addressed store, hash-verified

239// }
240
241func init_validators() {
242 twitter.Init()
243 ethereum.Init()
244 keybase.Init()
245 github.Init()
246 discord.Init()
247 das.Init()
248 solana.Init()
249 minds.Init()
250 dns.Init()
251 steam.Init()
252 activitypub.Init()
253}
254
255func init() {
256 cfg, err := config.LoadDefaultConfig(

Callers 1

initFunction · 0.70

Calls 11

InitFunction · 0.92
InitFunction · 0.92
InitFunction · 0.92
InitFunction · 0.92
InitFunction · 0.92
InitFunction · 0.92
InitFunction · 0.92
InitFunction · 0.92
InitFunction · 0.92
InitFunction · 0.92
InitFunction · 0.92

Tested by

no test coverage detected