Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudwego/hertz
/ RouteEngine
Interface
RouteEngine
internal/testutils/testutils.go:25–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
)
24
25
type
RouteEngine
interface
{
26
IsRunning() bool
27
}
28
29
func
WaitEngineRunning(e RouteEngine) {
30
for
i := 0; i < 100; i++ {
Callers
1
WaitEngineRunning
Function · 0.65
Implementers
3
mockCore
pkg/protocol/http1/server_test.go
Engine
pkg/route/engine.go
routeEngine
internal/testutils/testutils_test.go
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…