Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
250
int parse_file_id(FSFileID *pval, const char **pp)
251
{
252
return parse_uint64_base(pval, pp, 16);
253
}
254
255
char *file_id_to_filename(char *buf, FSFileID file_id)
256
{
Callers
3
filelist_load_rec
Function · 0.85
preload_parse_str
Function · 0.85
fs_cmd_set_url
Function · 0.85
Calls
1
parse_uint64_base
Function · 0.85
Tested by
no test coverage detected