Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gin-gonic/gin
/ TestBadFileDescriptor
Function
TestBadFileDescriptor
gin_integration_test.go:339–342 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
337
}
338
339
func
TestBadFileDescriptor(t *testing.T) {
340
router := New()
341
require.Error(t, router.RunFd(0))
342
}
343
344
func
TestListener(t *testing.T) {
345
router := New()
Callers
nothing calls this directly
Calls
3
New
Function · 0.85
RunFd
Method · 0.80
Error
Method · 0.45
Tested by
no test coverage detected