MCPcopy Create free account
hub / github.com/commander-cli/commander / getExampleNodes

Function getExampleNodes

pkg/runtime/runner_test.go:41–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39}
40
41func getExampleNodes() []Node {
42 n1 := Node{
43 Name: "ssh",
44 Type: "ssh",
45 }
46 n2 := Node{
47 Name: "local",
48 Type: "local",
49 }
50 n3 := Node{
51 Name: "docker",
52 Type: "docker",
53 }
54
55 nodes := []Node{
56 n1, n2, n3,
57 }
58 return nodes
59}

Callers 2

Test_RunnerExexcuteFunction · 0.85
Test_getExecutorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected