MCPcopy 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
195const char *
196File::getName(void)
197{
198 if (name.length() == 0)
199 return 0;
200
201 return name.c_str();
202}
203
204const char *
205File::getDescription(void)

Callers 2

PrintFilesFunction · 0.45
UploadFilesFunction · 0.45

Calls 1

lengthMethod · 0.80

Tested by

no test coverage detected