Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
func
is_url(s string) bool {
22
_, err := url.ParseRequestURI(s)
23
return
err == nil
24
}
25
26
// for compatibility with keccak_serve
27
func
GetIntegrationBinLoc() string {
Callers
2
Prove
Method · 0.85
Verify
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected