Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cogentcore/core
/ SafeStrings
Function
SafeStrings
vgpu/strings.go:42–47 ·
view source on GitHub ↗
(list []string)
Source
from the content-addressed store, hash-verified
40
}
41
42
func
SafeStrings(list []string) []string {
43
for
i :=
range
list {
44
list[i] = SafeString(list[i])
45
}
46
return
list
47
}
48
49
func
CleanString(s string) string {
50
s = SafeString(s)
Callers
1
Config
Method · 0.85
Calls
1
SafeString
Function · 0.85
Tested by
no test coverage detected