Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZToolsCenter/ZTools
/ normalizeDirectAppPath
Function
normalizeDirectAppPath
src/shared/commandShared.ts:37–39 ·
view source on GitHub ↗
(path?: string)
Source
from the content-addressed store, hash-verified
35
export
const
DIRECT_APP_ALIAS_GROUP_TITLE =
'系统应用'
36
37
function
normalizeDirectAppPath(path?: string): string {
38
return
(path ||
''
).replace(/\\/g,
'/'
)
39
}
40
41
/**
42
* 生成指令唯一标识
Callers
1
getCommandId
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected