Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aquasecurity/trivy
/ String
Interface
String
pkg/x/strings/strings.go:9–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
)
8
9
type
String
interface
{
10
~string
11
}
12
13
func
ToStringSlice[T any](ss []T) []string {
14
if
len(ss) == 0 {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…