MCPcopy Create free account
hub / github.com/JaredStewart/coderlm / AppStateInner

Class AppStateInner

server/src/server/state.rs:40–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40pub struct AppStateInner {
41 pub projects: DashMap<PathBuf, Arc<Project>>,
42 pub sessions: DashMap<String, Session>,
43 pub max_projects: usize,
44 pub max_file_size: u64,
45}
46
47impl AppState {
48 pub fn new(max_projects: usize, max_file_size: u64) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected