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

Function pp_module_is_dir

src/pipeline/pass_parallel.c:594–596  ·  view source on GitHub ↗

True for languages whose module QN derives from the CONTAINING DIRECTORY * (Java/Go package). MUST match cbm_lang_module_is_dir() (internal/cbm/helpers.c) * and pxc_module_is_dir() (pass_lsp_cross.c) so same-module callee resolution * keys against the directory-based def-node QNs in the registry. */

Source from the content-addressed store, hash-verified

592 * and pxc_module_is_dir() (pass_lsp_cross.c) so same-module callee resolution
593 * keys against the directory-based def-node QNs in the registry. */
594static bool pp_module_is_dir(CBMLanguage lang) {
595 return lang == CBM_LANG_JAVA || lang == CBM_LANG_GO;
596}
597
598static bool is_checked_exception(const char *name) {
599 if (!name) {

Callers 1

resolve_workerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected