Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
174
export
function
getPlatformName(platform: ImportPlatform): string {
175
return
PLATFORM_NAMES[platform] || platform
176
}
Callers
1
ThirdPartyImportModal
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected