MCPcopy 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

7use state::AppState;
8
9pub fn build_router(state: AppState) -> Router {
10 routes::build_routes(state)
11}

Callers 1

run_serverFunction · 0.85

Calls 1

build_routesFunction · 0.85

Tested by

no test coverage detected