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

Function GetApp

cleo_lib.go:51–59  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

49}
50
51func GetApp(id string) App {
52 for i := 0; i < len(Mset.Apps); i++ {
53 if Mset.Apps[i].ID == id {
54 return Mset.Apps[i]
55 }
56 }
57
58 return App{}
59}
60
61func RmTest(test Test) []Test {
62 newset := []Test{}

Callers 1

TestFrameFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestFrameFunction · 0.68