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

Function Tcl_ops_convertBinaryToText

SRC/interpreter/TclWrapper.cpp:888–894  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

886}
887
888static int Tcl_ops_convertBinaryToText(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
889 wrapper->resetCommandLine(argc, 1, argv);
890
891 if (OPS_convertBinaryToText() < 0) return TCL_ERROR;
892
893 return TCL_OK;
894}
895
896static int Tcl_ops_convertTextToBinary(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
897 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_convertBinaryToTextFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected