Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudwego/hertz
/ routeEngine
Struct
routeEngine
internal/testutils/testutils_test.go:31–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
type
routeEngine
struct
{
32
Running atomic.Bool
33
}
34
35
func
(e *routeEngine) IsRunning() bool {
36
return
e.Running.Load()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected