MCPcopy Create free account
hub / github.com/Zleap-AI/SAG / graphText

Function graphText

web/src/components/ProjectGraphFlow.tsx:310–312  ·  view source on GitHub ↗
(language: SupportedLanguage, zh: string, en: string)

Source from the content-addressed store, hash-verified

308}
309
310function graphText(language: SupportedLanguage, zh: string, en: string) {
311 return language === "en" ? en : zh;
312}
313
314function buildVisibleGraph(input: {
315 initialEntityIds: Set<string>;

Callers 1

ProjectGraphCanvasFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected