MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / Load

Method Load

include/FileText.hpp:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 explicit operator std::string() const { return data; }
37
38 void Load(const std::string& fileName) { Load(fileName.c_str()); }
39 void Load(const char* fileName) {
40 data = ::LoadFileText(fileName);
41 length = ::TextLength(data);

Callers

nothing calls this directly

Calls 2

TextLengthFunction · 0.85
c_strMethod · 0.80

Tested by

no test coverage detected