MCPcopy Create free account
hub / github.com/SimVascular/SimVascular / Load

Method Load

Code/Source/sv/Repository/sv_Repository.cxx:221–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219// GetNumObjects returns 0).
220
221int cvRepository::Load( char *filename )
222{
223 if ( ( this->GetNumObjects() ) != 0 ) {
224 return SV_ERROR;
225 }
226
227 cout << "cvRepository::Load not yet implemented." << endl;
228 return SV_ERROR;
229}
230
231
232// -------------

Callers 2

Repos_LoadCmdFunction · 0.80
Repos_LoadCmdFunction · 0.80

Calls 1

GetNumObjectsMethod · 0.95

Tested by

no test coverage detected