Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cheat/cheat
/ Tagged
Method
Tagged
internal/sheet/tagged.go:6–8 ·
view source on GitHub ↗
Tagged returns true if a sheet was tagged with `needle`
(needle string)
Source
from the content-addressed store, hash-verified
4
5
// Tagged returns true if a sheet was tagged with `needle`
6
func
(s *Sheet) Tagged(needle string) bool {
7
return
slices.Contains(s.Tags, needle)
8
}
Callers
4
TestTagged
Function · 0.95
FuzzTagged
Function · 0.95
Filter
Function · 0.80
FuzzFilter
Function · 0.80
Calls
no outgoing calls
Tested by
3
TestTagged
Function · 0.76
FuzzTagged
Function · 0.76
FuzzFilter
Function · 0.64