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

Function OPS_GetStringFromAll

SRC/runtime/parsing/InterpreterAPI.cpp:139–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139extern "C" const char *
140OPS_GetStringFromAll(char *buffer, int len)
141{
142 return OPS_GetString();
143}
144
145extern "C" int
146OPS_SetString(const char *str)

Callers 2

OPS_ElementRecorderFunction · 0.50

Calls 1

OPS_GetStringFunction · 0.70

Tested by

no test coverage detected