| 1 | import { basename, join } from 'path'; |
| 2 | import { context, SpanStatusCode, trace } from '@opentelemetry/api'; |
| 3 | import { |
| 4 | CompilableSource, FileInfo, JudgeMeta, JudgeResultBody, STATUS, TestCase, |
nothing calls this directly
no test coverage detected