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

Function OPS_SetStringList

SRC/interpreter/OpenSeesCommands.cpp:1178–1183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1176}
1177
1178int OPS_SetStringList(std::vector<const char*>& data)
1179{
1180 if (cmds == 0) return 0;
1181 DL_Interpreter* interp = cmds->getInterpreter();
1182 return interp->setString(data);
1183}
1184
1185int OPS_SetStringLists(std::vector<std::vector<const char*>>& data)
1186{

Callers

nothing calls this directly

Calls 2

getInterpreterMethod · 0.80
setStringMethod · 0.45

Tested by

no test coverage detected