Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/babycommando/nightride-cli
/ contains
Function
contains
zuse.go:1235–1242 ·
view source on GitHub ↗
(sl []string, s string)
Source
from the content-addressed store, hash-verified
1233
}
1234
1235
func
contains(sl []string, s string) bool {
1236
for
_, v :=
range
sl {
1237
if
v == s {
1238
return
true
1239
}
1240
}
1241
return
false
1242
}
1243
1244
/* ───────── PUBLIC WRAPPER ───────── */
1245
Callers
1
handleSlash
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected