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

Function getFileTextLines

plugins/plugin_utils/plugin_files.cpp:391–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389}
390
391std::vector<std::string> getFileTextLines(const char* file) {
392 return tokenize(getFileText(file), "\n", 0, false);
393}
394
395unsigned int getFileLen(const char* file) {
396 if (!file) {

Callers

nothing calls this directly

Calls 2

tokenizeFunction · 0.70
getFileTextFunction · 0.70

Tested by

no test coverage detected