MCPcopy Create free account
hub / github.com/daipendency/daipendency / LanguageConfig

Class LanguageConfig

src/languages.rs:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14pub struct LanguageConfig {
15 pub name: &'static str,
16 pub extractor_initialiser: ExtractorInitialiser,
17}
18
19static LANGUAGE_CONFIGS: OnceLock<HashMap<Language, LanguageConfig>> = OnceLock::new();
20

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected