MCPcopy
hub / github.com/yusing/godoxy / IsPrint

Function IsPrint

socket-proxy/pkg/reverseproxy/reverse_proxy.go:360–367  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

358}
359
360func IsPrint(s string) bool {
361 for _, r := range s {
362 if r < ' ' || r > '~' {
363 return false
364 }
365 }
366 return true
367}

Callers 2

ServeHTTPMethod · 0.85
handleUpgradeResponseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected