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