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

Function addRecorder

SRC/tcl/commands.cpp:5581–5586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5579 TCL_Char **argv, Domain &theDomain);
5580
5581int
5582addRecorder(ClientData clientData, Tcl_Interp *interp, int argc,
5583 TCL_Char **argv)
5584{
5585 return TclAddRecorder(clientData, interp, argc, argv, theDomain);
5586}
5587
5588extern int
5589TclAddAlgorithmRecorder(ClientData clientData, Tcl_Interp *interp, int argc,

Callers

nothing calls this directly

Calls 1

TclAddRecorderFunction · 0.50

Tested by

no test coverage detected