MCPcopy 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
42func SafeStrings(list []string) []string {
43 for i := range list {
44 list[i] = SafeString(list[i])
45 }
46 return list
47}
48
49func CleanString(s string) string {
50 s = SafeString(s)

Callers 1

ConfigMethod · 0.85

Calls 1

SafeStringFunction · 0.85

Tested by

no test coverage detected