Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SimVascular/SimVascular
/ GetNumObjects
Method
GetNumObjects
Code/Source/sv/Repository/sv_Repository.cxx:240–249 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
238
// entries.
239
240
int cvRepository::GetNumObjects()
241
{
242
CONST84 char *stats;
243
244
stats = Tcl_HashStats( &table_ );
245
cout << stats << endl;
246
delete stats;
247
248
return -1;
249
}
250
251
252
// ------------
Callers
1
Load
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected