Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
204
const char *
205
File::getDescription(void)
206
{
207
if (description.length() == 0)
208
return 0;
209
210
return description.c_str();
211
}
212
213
214
/*
Callers
3
UploadFiles
Function · 0.45
neesUpload
Method · 0.45
addFile
Method · 0.45
Calls
1
length
Method · 0.80
Tested by
no test coverage detected