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

Class LanguageCount

server/src/ops/structure.rs:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18#[derive(Debug, Serialize)]
19pub struct LanguageCount {
20 pub language: String,
21 pub count: usize,
22}
23
24/// A structure response with level-of-detail symbol information.
25#[derive(Debug, Serialize)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected