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

Function init_validators

cmd/lambda/main.go:43–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41}
42
43func init_validators() {
44 twitter.Init()
45 ethereum.Init()
46 keybase.Init()
47 github.Init()
48 discord.Init()
49 das.Init()
50 solana.Init()
51 minds.Init()
52 dns.Init()
53 steam.Init()
54 activitypub.Init()
55}
56
57func init() {
58 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