(zh: string, en: string)
| 3720 | function buildSearchProcessSteps(result: SearchResult, language: SupportedLanguage): ProcessStep[] { |
| 3721 | const trace = result.trace ?? { traceId: result.traceId }; |
| 3722 | const t = (zh: string, en: string) => language === "en" ? en : zh; |
| 3723 | return [ |
| 3724 | { |
| 3725 | id: makeStepId("search-start"), |
no outgoing calls
no test coverage detected