MCPcopy Create free account
hub / github.com/codr7/hacktical-c / push_deinit

Function push_deinit

vm/vm.c:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130};
131
132static void push_deinit(uint8_t *data) {
133 struct hc_push_op *op = (void *)data;
134 hc_value_deinit(&op->value);
135}
136
137static uint8_t *push_eval(struct hc_vm *vm, uint8_t *data) {
138 struct hc_push_op *op = (void *)hc_align(data, alignof(struct hc_push_op));

Callers

nothing calls this directly

Calls 1

hc_value_deinitFunction · 0.85

Tested by

no test coverage detected