| 26 | } |
| 27 | |
| 28 | static CBMFileResult *extract(const char *src, CBMLanguage lang, const char *proj, |
| 29 | const char *path) { |
| 30 | return cbm_extract_file(src, (int)strlen(src), lang, proj, path, 0, NULL, NULL); |
| 31 | } |
| 32 | |
| 33 | const GrammarCase CBM_GRAMMAR_CASES[] = { |
| 34 | /* ── LSP-backed / mainstream code languages (expect named defs) ── */ |
no test coverage detected