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

Function getFileTitle

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

Source from the content-addressed store, hash-verified

35
36std::string getFileTitle(const char* file);
37inline std::string getFileTitle(const std::string& file) {return getFileTitle(file.c_str());}
38
39std::string getFileText(const char* file);
40inline std::string getFileText(const std::string& file) {return getFileText(file.c_str());}

Callers 4

computePageListMethod · 0.50
keyCallbackMethod · 0.50
fillPageListMethod · 0.50
handleAuthedRequestMethod · 0.50

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected