MCPcopy
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
25type RouteEngine interface {
26 IsRunning() bool
27}
28
29func WaitEngineRunning(e RouteEngine) {
30 for i := 0; i < 100; i++ {

Callers 1

WaitEngineRunningFunction · 0.65

Implementers 3

mockCorepkg/protocol/http1/server_test.go
Enginepkg/route/engine.go
routeEngineinternal/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…