MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / bytesTrimSpace

Function bytesTrimSpace

internal/pluginhost/auth_callbacks.go:627–629  ·  view source on GitHub ↗
(raw []byte)

Source from the content-addressed store, hash-verified

625}
626
627func bytesTrimSpace(raw []byte) []byte {
628 return []byte(strings.TrimSpace(string(raw)))
629}
630
631func hostRecentRequests(auth *coreauth.Auth) []pluginapi.HostRecentRequestEntry {
632 if auth == nil {

Callers 3

callHostAuthListMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected