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

Function OPS_SetString

SRC/interpreter/OpenSeesCommands.cpp:1171–1176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1169}
1170
1171int OPS_SetString(const char* str)
1172{
1173 if (cmds == 0) return 0;
1174 DL_Interpreter* interp = cmds->getInterpreter();
1175 return interp->setString(str);
1176}
1177
1178int OPS_SetStringList(std::vector<const char*>& data)
1179{

Callers 7

OPS_peerNGAFunction · 0.70
OPS_recvFunction · 0.70
OPS_BcastFunction · 0.70
OPS_classTypeFunction · 0.70
OPS_eleTypeFunction · 0.70
OPS_versionFunction · 0.70
Py_ops_pyversionFunction · 0.70

Calls 2

getInterpreterMethod · 0.80
setStringMethod · 0.45

Tested by

no test coverage detected