MCPcopy Create free account
hub / github.com/ading2210/linuxpdf / parse_file_id

Function parse_file_id

tinyemu/fs_utils.c:250–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250int parse_file_id(FSFileID *pval, const char **pp)
251{
252 return parse_uint64_base(pval, pp, 16);
253}
254
255char *file_id_to_filename(char *buf, FSFileID file_id)
256{

Callers 3

filelist_load_recFunction · 0.85
preload_parse_strFunction · 0.85
fs_cmd_set_urlFunction · 0.85

Calls 1

parse_uint64_baseFunction · 0.85

Tested by

no test coverage detected