MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / getFileExtension

Function getFileExtension

plugins/plugin_utils/plugin_files.h:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33std::string getFileExtension(const char* file);
34inline std::string getFileExtension(const std::string& file) {return getFileExtension(file.c_str());}
35
36std::string getFileTitle(const char* file);
37inline std::string getFileTitle(const std::string& file) {return getFileTitle(file.c_str());}

Callers 3

handleRequestMethod · 0.70
fillPageListMethod · 0.50
handleAuthedRequestMethod · 0.50

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected