MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / cbm_fqn_module

Function cbm_fqn_module

internal/cbm/helpers.c:1255–1257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1253}
1254
1255char *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.

Callers 1

Calls 1

cbm_fqn_computeFunction · 0.85

Tested by

no test coverage detected