MCPcopy Create free account
hub / github.com/cheikhshift/cleo / UpdateTest

Function UpdateTest

cleo_lib.go:71–77  ·  view source on GitHub ↗
(test Test)

Source from the content-addressed store, hash-verified

69}
70
71func UpdateTest(test Test) {
72 for i := 0; i < len(Mset.Tests); i++ {
73 if Mset.Tests[i].ID == test.ID {
74 Mset.Tests[i] = test
75 }
76 }
77}
78
79func Path(module, id, name string) string {
80 pathoffolder := filepath.Join(cleoWorkspace, module, id)

Callers 6

AlertSysFunction · 0.85
TestFrameFunction · 0.85
NetStartFunction · 0.85
NetCancelFunction · 0.85
NetUpdateTestFunction · 0.85
apps.jsFile · 0.85

Calls

no outgoing calls

Tested by 1

TestFrameFunction · 0.68