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

Function cf_string

config.c:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36static char *
37cf_string(char *val)
38{
39 return xstrdup(val);
40}
41
42static int
43cf_int(char *val)

Callers 2

cf_entry_toplevelFunction · 0.85
cf_entry_compoundFunction · 0.85

Calls 1

xstrdupFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…