MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / new_fs_handler

Function new_fs_handler

net/http/server.cpp:390–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388}
389
390HTTPHandler* new_fs_handler(fs::IFileSystem* fs) {
391 return new FsHandler(fs);
392}
393
394HTTPHandler* new_proxy_handler(Director cb_director, Modifier cb_modifier, Client* client, bool client_ownership) {
395 if (client == nullptr) {

Callers 4

TESTFunction · 0.85
TESTFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 4

TESTFunction · 0.68
TESTFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68