| 45 | } |
| 46 | |
| 47 | static CBMFileResult *extract_dts(const char *source) { |
| 48 | return extract_with(source, CBM_LANG_TYPESCRIPT, "main.d.ts"); |
| 49 | } |
| 50 | |
| 51 | static int find_resolved(const CBMFileResult *r, const char *callerSub, const char *calleeSub) { |
| 52 | for (int i = 0; i < r->resolved_calls.count; i++) { |
no test coverage detected