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

Function config

server/src/symbols/queries/java.rs:43–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41"#;
42
43pub fn config() -> LanguageConfig {
44 LanguageConfig {
45 language: tree_sitter_java::LANGUAGE.into(),
46 symbols_query: SYMBOLS_QUERY,
47 callers_query: CALLERS_QUERY,
48 variables_query: VARIABLES_QUERY,
49 test_patterns: vec![
50 TestPattern::Attribute("Test"),
51 TestPattern::Attribute("org.junit"),
52 ],
53 }
54}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected