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

Function TclCommand_record

SRC/runtime/commands/domain/recorder.cpp:1386–1392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1384}
1385
1386int
1387TclCommand_record(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char ** const argv)
1388{
1389 assert(clientData != nullptr);
1390 ((Domain*)clientData)->record(false);
1391 return TCL_OK;
1392}
1393
1394
1395// by SAJalali

Callers

nothing calls this directly

Calls 1

recordMethod · 0.45

Tested by

no test coverage detected