MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / normalize

Function normalize

packages/cli/src/server/portUtils.ts:154–154  ·  view source on GitHub ↗
(p: string)

Source from the content-addressed store, hash-verified

152 }
153
154 const normalize = (p: string) => resolve(p).replace(/\\/g, "/").toLowerCase();
155
156 if (normalize(json.projectDir) === normalizedProjectDir) {
157 if (

Callers 2

detectHyperframesServerFunction · 0.85

Calls 1

resolveFunction · 0.85

Tested by

no test coverage detected