MCPcopy Create free account
hub / github.com/boutproject/BOUT-dev / toString

Function toString

src/sys/utils.cxx:143–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143std::string toString(const time_t& time) {
144 return fmt::format("{:%c}", *std::localtime(&time));
145}
146
147std::string::size_type editDistance(const std::string& str1, const std::string& str2) {
148

Callers 15

outputVarsMethod · 0.50
printLocationFunction · 0.50
strLocationFunction · 0.50
getFieldMethod · 0.50
outputVarsMethod · 0.50
shiftZMethod · 0.50
addBoundaryParMethod · 0.50
addMethod · 0.50
solveMethod · 0.50
save_derivsMethod · 0.50
initMethod · 0.50
fieldperp.cxxFile · 0.50

Calls

no outgoing calls

Tested by 6

TEST_FFunction · 0.40
TEST_FFunction · 0.40
TESTFunction · 0.40
TESTFunction · 0.40
TEST_FFunction · 0.40
testFunction · 0.40