MCPcopy Create free account
hub / github.com/PolyhedraZK/ExpanderCompilerCollection / is_url

Function is_url

ecgo/integration/expander_exec.go:21–24  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

19}
20
21func is_url(s string) bool {
22 _, err := url.ParseRequestURI(s)
23 return err == nil
24}
25
26// for compatibility with keccak_serve
27func GetIntegrationBinLoc() string {

Callers 2

ProveMethod · 0.85
VerifyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected