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

Class timespec

isolate.h:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39char * __attribute__((format(printf,1,2))) xsprintf(const char *fmt, ...);
40
41void timespec_sub(const struct timespec *a, const struct timespec *b, struct timespec *result);
42
43int dir_exists(char *path);
44void rmtree(char *path);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…