MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / addDatabase

Function addDatabase

SRC/tcl/commands.cpp:5608–5612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5606 FEM_ObjectBroker &theBroker);
5607
5608int
5609addDatabase(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
5610{
5611 return TclAddDatabase(clientData, interp, argc, argv, theDomain, theBroker);
5612}
5613
5614
5615/*

Callers

nothing calls this directly

Calls 1

TclAddDatabaseFunction · 0.85

Tested by

no test coverage detected