MCPcopy Create free account
hub / github.com/GrapheneCt/NetStream / IsLocalPath

Method IsLocalPath

NetStream/source/utils.cpp:503–511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501}
502
503bool utils::IsLocalPath(const char *path)
504{
505 if (!sce_paf_strncmp(path, "http", 4) || !sce_paf_strncmp(path, "ftp", 3) || !sce_paf_strncmp(path, "smb", 3))
506 {
507 return false;
508 }
509
510 return true;
511}
512
513menu::GenericMenu *utils::CreatePlayer(string const& url)
514{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected