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

Method dump

src/sys/msg_stack.cxx:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void MsgStack::dump() {
89 BOUT_OMP_SAFE(single)
90 { output << this->getDump(); }
91}
92
93std::string MsgStack::getDump() {
94 std::string res = "====== Back trace ======\n";

Callers 3

TESTFunction · 0.80
blob_velocity.pyFile · 0.80
update_citationsFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64