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

Function config

server/src/symbols/queries/python.rs:75–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73"#;
74
75pub fn config() -> LanguageConfig {
76 LanguageConfig {
77 language: tree_sitter_python::LANGUAGE.into(),
78 symbols_query: SYMBOLS_QUERY,
79 callers_query: CALLERS_QUERY,
80 variables_query: VARIABLES_QUERY,
81 test_patterns: vec![TestPattern::FunctionPrefix("test_")],
82 }
83}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected