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

Function NetUpdateTest

application.go:1034–1041  ·  view source on GitHub ↗
(test Test)

Source from the content-addressed store, hash-verified

1032
1033//
1034func NetUpdateTest(test Test) (done bool) {
1035
1036 UpdateTest(test)
1037 SaveConfig()
1038 done = true
1039 return
1040
1041}
1042
1043//
1044func NetUpdateSettings(settings Setting) (done bool) {

Callers 1

mainFunction · 0.85

Calls 2

UpdateTestFunction · 0.85
SaveConfigFunction · 0.85

Tested by

no test coverage detected