| 37 | } |
| 38 | |
| 39 | static CBMFileResult *extract_java_at(const char *source, const char *rel_path) { |
| 40 | return cbm_extract_file(source, (int)strlen(source), CBM_LANG_JAVA, "test", rel_path, 0, NULL, |
| 41 | NULL); |
| 42 | } |
| 43 | |
| 44 | static int find_resolved(const CBMFileResult *r, const char *callerSub, const char *calleeSub) { |
| 45 | for (int i = 0; i < r->resolved_calls.count; i++) { |
no test coverage detected