MCPcopy Create free account
hub / github.com/aldostools/webMAN-MOD / handle_file_request

Function handle_file_request

include/feat/script.h:59–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57
58
59static void handle_file_request(const char *wm_url)
60{
61 if(wm_url || file_exists(WM_REQUEST_FILE))
62 {
63 do_web_command(WM_FILE_REQUEST, wm_url);
64 }
65}
66
67static void parse_script(const char *script_file)
68{

Callers 2

parse_scriptFunction · 0.85
combos.hFile · 0.85

Calls 1

file_existsFunction · 0.50

Tested by

no test coverage detected