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

Function OPS_GetString

SRC/runtime/parsing/InterpreterAPI.cpp:125–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125extern "C" const char *
126OPS_GetString(void)
127{
128 const char *res = 0;
129 if (currentArg >= maxArg) {
130 return res;
131 }
132 res = currentArgv[currentArg];
133
134 currentArg++;
135
136 return res;
137}
138
139extern "C" const char *
140OPS_GetStringFromAll(char *buffer, int len)

Callers 15

OPS_GetStringFromAllFunction · 0.70
OPS_DriftRecorderFunction · 0.50
OPS_PVDRecorderFunction · 0.50
OPS_GmshRecorderFunction · 0.50
OPS_VTKHDF_RecorderFunction · 0.50
OPS_ElementRecorderFunction · 0.50
OPS_MPCORecorderFunction · 0.50
OPS_ElementRecorderRMSFunction · 0.50
OPS_RemoveRecorderFunction · 0.50
OPS_NodeRecorderFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected