Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gin-gonic/gin
/ assert1
Function
assert1
utils.go:85–89 ·
view source on GitHub ↗
(guard bool, text string)
Source
from the content-addressed store, hash-verified
83
}
84
85
func
assert1(guard bool, text string) {
86
if
!guard {
87
panic(text)
88
}
89
}
90
91
func
filterFlags(content string) string {
92
for
i, char :=
range
content {
Callers
4
processAccounts
Function · 0.85
addRoute
Method · 0.85
combineHandlers
Method · 0.85
NegotiateFormat
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected