Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
func
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
61
func
RmTest(test Test) []Test {
62
newset := []Test{}
Callers
1
TestFrame
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestFrame
Function · 0.68