MCPcopy Create free account
hub / github.com/FreeFem/FreeFem-sources / getValue

Function getValue

etc/timer/parser.cpp:208–210  ·  view source on GitHub ↗

! * \brief Extract value after a flag * \param line Line containing a flag * \return Value on line */

Source from the content-addressed store, hash-verified

206 * \return Value on line
207 */
208string getValue (const string &line) {
209 return line.substr(line.find(" ") + 1);
210}
211
212/*!
213 * \brief Returns class for html format

Callers 2

addLogToHtmlFunction · 0.85
addTimeDivFunction · 0.85

Calls 1

findMethod · 0.45

Tested by

no test coverage detected