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

Function id_value

dsl/dsl.c:234–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234static struct hc_value *id_value(const struct hc_form *_f,
235 struct hc_dsl *dsl) {
236 struct hc_id *f = hc_baseof(_f, struct hc_id, form);
237 return hc_dsl_getenv(dsl, f->name);
238}
239
240static void id_free(struct hc_form *_f) {
241 struct hc_id *f = hc_baseof(_f, struct hc_id, form);

Callers

nothing calls this directly

Calls 1

hc_dsl_getenvFunction · 0.85

Tested by

no test coverage detected