Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JaredStewart/coderlm
/ build_router
Function
build_router
server/src/server/mod.rs:9–11 ·
view source on GitHub ↗
(state: AppState)
Source
from the content-addressed store, hash-verified
7
use state::AppState;
8
9
pub fn build_router(state: AppState) -> Router {
10
routes::build_routes(state)
11
}
Callers
1
run_server
Function · 0.85
Calls
1
build_routes
Function · 0.85
Tested by
no test coverage detected