MCPcopy
hub / github.com/Zleap-AI/SAG / t

Function t

web/src/App.tsx:3722–3722  ·  view source on GitHub ↗
(zh: string, en: string)

Source from the content-addressed store, hash-verified

3720function 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"),

Callers 15

AppShellFunction · 0.85
bootstrapFunction · 0.85
loadProjectWorkspaceFunction · 0.85
clearModelLogsFunction · 0.85
renameProjectFunction · 0.85
archiveOrRestoreProjectFunction · 0.85
permanentlyDeleteProjectFunction · 0.85
renameDocumentFunction · 0.85
archiveOrRestoreDocumentFunction · 0.85
handleUploadFilesFunction · 0.85
handleMcpStreamEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected