MCPcopy Create free account
hub / github.com/experdot/pointer / getPlatformName

Function getPlatformName

src/renderer/src/services/thirdPartyImportService.ts:174–176  ·  view source on GitHub ↗
(platform: ImportPlatform)

Source from the content-addressed store, hash-verified

172 * 获取平台显示名称
173 */
174export function getPlatformName(platform: ImportPlatform): string {
175 return PLATFORM_NAMES[platform] || platform
176}

Callers 1

ThirdPartyImportModalFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected