MCPcopy
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
115function normalizePath(input) {
116 return String(input || "").trim().toLowerCase();
117}
118
119function envValue(name) {
120 return (process.env[name] || "").trim();

Callers 7

isLowRiskPathFunction · 0.85
isBusinessSkillPathFunction · 0.85
shortcutDomainForPathFunction · 0.85
skillDomainForPathFunction · 0.85
getBusinessDomainFunction · 0.85
collectCoreAreasFunction · 0.85
collectSensitiveKeywordsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected