MCPcopy Create free account
hub / github.com/vercel/vercel / isCaseSensitive

Method isCaseSensitive

packages/cli/src/util/dev/server.ts:3023–3025  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3021 }
3022
3023 isCaseSensitive(): boolean {
3024 return this.caseSensitive;
3025 }
3026
3027 async runDevCommand(forceRestart: boolean = false) {
3028 // In multi-service setup, all services are managed by orchestrator

Callers 2

delegateToServiceMethod · 0.95
devRouterFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected