MCPcopy Index your code
hub / github.com/GoEdgeLab/EdgeNode / TestNode_Start

Function TestNode_Start

internal/nodes/node_test.go:9–16  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

7)
8
9func TestNode_Start(t *testing.T) {
10 if !testutils.IsSingleTesting() {
11 return
12 }
13
14 var node = NewNode()
15 node.Start()
16}
17
18func TestNode_Test(t *testing.T) {
19 if !testutils.IsSingleTesting() {

Callers

nothing calls this directly

Calls 3

IsSingleTestingFunction · 0.92
NewNodeFunction · 0.85
StartMethod · 0.65

Tested by

no test coverage detected