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

Function OPS_SetStringDictList

SRC/interpreter/OpenSeesCommands.cpp:1199–1204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1197}
1198
1199int OPS_SetStringDictList(std::map<const char*, std::vector<const char*>>& data)
1200{
1201 if (cmds == 0) return 0;
1202 DL_Interpreter* interp = cmds->getInterpreter();
1203 return interp->setString(data);
1204}
1205
1206Domain* OPS_GetDomain(void)
1207{

Callers

nothing calls this directly

Calls 2

getInterpreterMethod · 0.80
setStringMethod · 0.45

Tested by

no test coverage detected