MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / getDescription

Method getDescription

DEVELOPER/core/File.cpp:204–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204const char *
205File::getDescription(void)
206{
207 if (description.length() == 0)
208 return 0;
209
210 return description.c_str();
211}
212
213
214/*

Callers 3

UploadFilesFunction · 0.45
neesUploadMethod · 0.45
addFileMethod · 0.45

Calls 1

lengthMethod · 0.80

Tested by

no test coverage detected