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

Function init_validators

cmd/server/main.go:30–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28)
29
30func init_validators() {
31 twitter.Init()
32 ethereum.Init()
33 keybase.Init()
34 github.Init()
35 discord.Init()
36 das.Init()
37 solana.Init()
38 minds.Init()
39 dns.Init()
40 steam.Init()
41 activitypub.Init()
42}
43
44func main() {
45 flag.Parse()

Callers 1

mainFunction · 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