Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ getName
Method
getName
DEVELOPER/core/File.cpp:195–202 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
193
}
194
195
const char *
196
File::getName(void)
197
{
198
if (name.length() == 0)
199
return 0;
200
201
return name.c_str();
202
}
203
204
const char *
205
File::getDescription(void)
Callers
2
PrintFiles
Function · 0.45
UploadFiles
Function · 0.45
Calls
1
length
Method · 0.80
Tested by
no test coverage detected