MCPcopy Create free account
hub / github.com/ioi/isolate / cf_err

Function cf_err

config.c:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28static struct cf_per_box *per_box_configs;
29
30static void NONRET
31cf_err(char *msg)
32{
33 die("Error in config file, line %d: %s", line_number, msg);
34}
35
36static char *
37cf_string(char *val)

Callers 5

cf_intFunction · 0.85
cf_entry_toplevelFunction · 0.85
cf_entry_compoundFunction · 0.85
cf_checkFunction · 0.85
cf_parseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…