| 44 | } |
| 45 | |
| 46 | static CBMFileResult *extract_kotlin_path(const char *source, const char *rel_path) { |
| 47 | return cbm_extract_file(source, (int)strlen(source), CBM_LANG_KOTLIN, "test", rel_path, 0, |
| 48 | NULL, NULL); |
| 49 | } |
| 50 | |
| 51 | /* Search resolved_calls for a match where caller contains callerSub |
| 52 | * and callee contains calleeSub. Returns index or -1. */ |
no test coverage detected