Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ setString
Method
setString
SRC/interpreter/TclInterpreter.cpp:582–587 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
580
}
581
582
int
583
TclInterpreter::setString(const char* str)
584
{
585
wrapper.setOutputs(interp, str);
586
return 0;
587
}
Callers
nothing calls this directly
Calls
1
setOutputs
Method · 0.45
Tested by
no test coverage detected