MCPcopy Create free account
hub / github.com/commander-cli/commander / isURL

Function isURL

pkg/app/test_command.go:128–130  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

126}
127
128func isURL(s string) bool {
129 return strings.HasPrefix(s, "http://") || strings.HasPrefix(s, "https://")
130}
131
132func convergeResults(result runtime.Result, new runtime.Result) runtime.Result {
133 result.TestResults = append(result.TestResults, new.TestResults...)

Callers 1

TestCommandFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestCommandFunction · 0.68