Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
std::string File::string() const
29
{
30
if (!m_valid)
31
loadFileContent();
32
33
return m_source;
34
}
35
36
std::string File::shortInfo() const
37
{
Callers
14
validate
Method · 0.45
process
Method · 0.45
updateSources
Method · 0.45
TEST
Function · 0.45
SetUp
Method · 0.45
TearDown
Method · 0.45
TEST_F
Function · 0.45
TEST
Function · 0.45
SetUp
Method · 0.45
TEST_F
Function · 0.45
SetUp
Method · 0.45
MakeFileName
Method · 0.45
Calls
no outgoing calls
Tested by
11
TEST
Function · 0.36
SetUp
Method · 0.36
TearDown
Method · 0.36
TEST_F
Function · 0.36
TEST
Function · 0.36
SetUp
Method · 0.36
TEST_F
Function · 0.36
SetUp
Method · 0.36
MakeFileName
Method · 0.36
ConcatPaths
Method · 0.36
GetAbsolutePathToOutputFile
Method · 0.36