| 164 | } |
| 165 | |
| 166 | void ptbf(Beefy::BfType* bfType) |
| 167 | { |
| 168 | Beefy::OutputDebugStrF("%s\n", bfType->GetModule()->TypeToString(bfType).c_str()); |
| 169 | } |
| 170 | |
| 171 | void pt(const Beefy::BfTypedValue& val) |
| 172 | { |
nothing calls this directly
no test coverage detected