Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TUC-ProAut/libRSF
/ Data
Method
Data
src/Data.cpp:28–31 ·
view source on GitHub ↗
contructors */
Source
from the content-addressed store, hash-verified
26
{
27
/** contructors */
28
Data::Data()
29
{
30
this->_Config = &GlobalDataConfig;
31
}
32
33
Data::Data(std::string Input)
34
{
Callers
nothing calls this directly
Calls
2
constructFromString
Method · 0.80
constructEmpty
Method · 0.80
Tested by
no test coverage detected