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

Function parse_param_text

internal/cbm/lsp/java_lsp.c:3177–3179  ·  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

3175/* Backwards-compatible wrapper for callers that don't know the parent_class
3176 * context. Used by cbm_run_java_lsp_cross. */
3177static const CBMType *parse_param_text(CBMArena *a, const char *text, const char *module_qn) {
3178 return parse_param_text_full(a, text, NULL, module_qn, NULL);
3179}
3180
3181typedef struct {
3182 const char *parent_class;

Callers 1

Calls 1

parse_param_text_fullFunction · 0.85

Tested by

no test coverage detected