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

Method setString

SRC/interpreter/TclInterpreter.cpp:582–587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

580}
581
582int
583TclInterpreter::setString(const char* str)
584{
585 wrapper.setOutputs(interp, str);
586 return 0;
587}

Callers

nothing calls this directly

Calls 1

setOutputsMethod · 0.45

Tested by

no test coverage detected