MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / f_dummy

Method f_dummy

src/tests/class_tests/openms/source/ClassTest_test.cpp:819–819  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

817 struct Dummy
818 {
819 std::string f_dummy(double, float,int,unsigned,long,unsigned long,char) { return OPENMS_PRETTY_FUNCTION; }
820 } dummy;
821 STATUS("\n\n\tExample for usage of OPENMS_PRETTY_FUNCTION inside a member function of a nested class in main():\n\t" << dummy.f_dummy(0,0,0,0,0,0,0) << '\n')
822 NOT_TESTABLE

Callers 1

ClassTest_test.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected