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

Function getFileTextLines

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

Source from the content-addressed store, hash-verified

41
42std::vector<std::string> getFileTextLines(const char* file);
43inline std::vector<std::string> getFileTextLines(const std::string& file) {return getFileTextLines(file.c_str());}
44
45unsigned int getFileLen(const char* file);
46inline unsigned int getFileLen(std::string& file) {return getFileLen(file.c_str());}

Callers 1

loadGamesFromFileFunction · 0.50

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected