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

Function OPS_SetStringLists

SRC/interpreter/OpenSeesCommands.cpp:1185–1190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1183}
1184
1185int OPS_SetStringLists(std::vector<std::vector<const char*>>& data)
1186{
1187 if (cmds == 0) return 0;
1188 DL_Interpreter* interp = cmds->getInterpreter();
1189 return interp->setString(data);
1190}
1191
1192int OPS_SetStringDict(std::map<const char*, const char*>& data)
1193{

Callers

nothing calls this directly

Calls 2

getInterpreterMethod · 0.80
setStringMethod · 0.45

Tested by

no test coverage detected