| 488 | } |
| 489 | |
| 490 | void |
| 491 | KTest::forwardDeclarations(std::stringstream& ss) |
| 492 | { |
| 493 | ss << forwardDeclarationsCode << std::endl; |
| 494 | } |
| 495 | |
| 496 | void |
| 497 | KTest::auxFunctions(std::stringstream& ss) |
nothing calls this directly
no outgoing calls
no test coverage detected