Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/larksuite/cli
/ normalizePath
Function
normalizePath
scripts/pr-labels/index.js:115–117 ·
view source on GitHub ↗
(input)
Source
from the content-addressed store, hash-verified
113
}
114
115
function
normalizePath(input) {
116
return
String(input ||
""
).trim().toLowerCase();
117
}
118
119
function
envValue(name) {
120
return
(process.env[name] ||
""
).trim();
Callers
7
isLowRiskPath
Function · 0.85
isBusinessSkillPath
Function · 0.85
shortcutDomainForPath
Function · 0.85
skillDomainForPath
Function · 0.85
getBusinessDomain
Function · 0.85
collectCoreAreas
Function · 0.85
collectSensitiveKeywords
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected