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

Function cbm_throws_push

internal/cbm/cbm.c:140–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140void cbm_throws_push(CBMThrowArray *arr, CBMArena *a, CBMThrow thr) {
141 GROW_ARRAY(arr, a);
142 arr->items[arr->count++] = thr;
143}
144
145void cbm_rw_push(CBMRWArray *arr, CBMArena *a, CBMReadWrite rw) {
146 GROW_ARRAY(arr, a);

Callers 3

extract_throws_clauseFunction · 0.85
process_throw_nodeFunction · 0.85
handle_throwsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected