Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
360
func
IsPrint(s string) bool {
361
for
_, r :=
range
s {
362
if
r <
' '
|| r >
'~'
{
363
return
false
364
}
365
}
366
return
true
367
}
Callers
2
ServeHTTP
Method · 0.85
handleUpgradeResponse
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected