Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ setParentDir
Method
setParentDir
DEVELOPER/core/File.cpp:222–226 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
220
*/
221
222
void
223
File::setParentDir(File *dir)
224
{
225
parentDir = dir;
226
}
227
228
File *
229
File::getParentDir(void)
Callers
1
addFile
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected