| 1253 | } |
| 1254 | |
| 1255 | char *cbm_fqn_module(CBMArena *a, const char *project, const char *rel_path) { |
| 1256 | return cbm_fqn_compute(a, project, rel_path, NULL); |
| 1257 | } |
| 1258 | |
| 1259 | // True when a language derives its module from the CONTAINING DIRECTORY (Java |
| 1260 | // package, Go package) rather than baking the filename stem into the module QN. |
no test coverage detected