MCPcopy Create free account
hub / github.com/cginternals/globjects / string

Method string

source/globjects/source/base/File.cpp:28–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28std::string File::string() const
29{
30 if (!m_valid)
31 loadFileContent();
32
33 return m_source;
34}
35
36std::string File::shortInfo() const
37{

Callers 14

validateMethod · 0.45
processMethod · 0.45
updateSourcesMethod · 0.45
TESTFunction · 0.45
SetUpMethod · 0.45
TearDownMethod · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45
SetUpMethod · 0.45
TEST_FFunction · 0.45
SetUpMethod · 0.45
MakeFileNameMethod · 0.45

Calls

no outgoing calls

Tested by 11

TESTFunction · 0.36
SetUpMethod · 0.36
TearDownMethod · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
SetUpMethod · 0.36
TEST_FFunction · 0.36
SetUpMethod · 0.36
MakeFileNameMethod · 0.36
ConcatPathsMethod · 0.36