MCPcopy Create free account
hub / github.com/kataras/iris / isEmptyTypeURI

Function isEmptyTypeURI

context/problem.go:58–60  ·  view source on GitHub ↗
(uri string)

Source from the content-addressed store, hash-verified

56}
57
58func isEmptyTypeURI(uri string) bool {
59 return uri == "" || uri == "about:blank"
60}
61
62func (p Problem) getURI(key string) string {
63 f, found := p[key]

Callers 1

getURIMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…