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

Function parse_param_text

internal/cbm/lsp/java_lsp.c:3094–3096  ·  view source on GitHub ↗

Backwards-compatible wrapper for callers that don't know the parent_class * context. Used by cbm_run_java_lsp_cross. */

Source from the content-addressed store, hash-verified

3092/* Backwards-compatible wrapper for callers that don't know the parent_class
3093 * context. Used by cbm_run_java_lsp_cross. */
3094static const CBMType *parse_param_text(CBMArena *a, const char *text, const char *module_qn) {
3095 return parse_param_text_full(a, text, NULL, module_qn, NULL);
3096}
3097
3098static void register_local_func_or_type_from_file(JavaLSPContext *ctx, CBMTypeRegistry *reg,
3099 CBMFileResult *result) {

Callers 1

cbm_run_java_lsp_crossFunction · 0.85

Calls 1

parse_param_text_fullFunction · 0.85

Tested by

no test coverage detected