Backwards-compatible wrapper for callers that don't know the parent_class * context. Used by cbm_run_java_lsp_cross. */
| 3092 | /* Backwards-compatible wrapper for callers that don't know the parent_class |
| 3093 | * context. Used by cbm_run_java_lsp_cross. */ |
| 3094 | static 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 | |
| 3098 | static void register_local_func_or_type_from_file(JavaLSPContext *ctx, CBMTypeRegistry *reg, |
| 3099 | CBMFileResult *result) { |
no test coverage detected