| 775 | } |
| 776 | |
| 777 | LineFile ASDebugger::GetLF(asIScriptContext* ctx) { |
| 778 | const char* scriptSection; |
| 779 | int line = ctx->GetLineNumber(0, 0, &scriptSection); |
| 780 | return module->GetCorrectedLine(line); |
| 781 | } |
nothing calls this directly
no test coverage detected