Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
139
extern
"C"
const char *
140
OPS_GetStringFromAll(char *buffer, int len)
141
{
142
return OPS_GetString();
143
}
144
145
extern
"C"
int
146
OPS_SetString(const char *str)
Callers
2
OPS_ElementRecorder
Function · 0.50
OPS_EnvelopeElementRecorder
Function · 0.50
Calls
1
OPS_GetString
Function · 0.70
Tested by
no test coverage detected