MCPcopy Create free account
hub / github.com/1a1a11a/libCacheSim / csv_error

Function csv_error

libCacheSim/traceReader/generalReader/libcsv.c:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 "data size too large", "invalid status code"};
78
79int csv_error(struct csv_parser *p) {
80 /* Return the current status of the parser */
81 return p->status;
82}
83
84const char *csv_strerror(int status) {
85 /* Return a textual description of status */

Callers 1

csv_read_one_reqFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected