MCPcopy Create free account
hub / github.com/KOSASIH/skybridge / Test

Method Test

tools/test/test.go:67–79  ·  view source on GitHub ↗

Test tests both the satellite and node configurations

()

Source from the content-addressed store, hash-verified

65
66// Test tests both the satellite and node configurations
67func (t *Tester) Test() error {
68 err := t.TestSatelliteConfig()
69 if err != nil {
70 return err
71 }
72
73 err = t.TestNodeConfig()
74 if err != nil {
75 return err
76 }
77
78 return nil
79}

Callers 1

TestTesterFunction · 0.95

Calls 2

TestSatelliteConfigMethod · 0.95
TestNodeConfigMethod · 0.95

Tested by 1

TestTesterFunction · 0.76