Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vercel/vercel
/ hasProp
Function
hasProp
packages/cli/src/util/dev/server.ts:3228–3230 ·
view source on GitHub ↗
(obj: any, prop: string)
Source
from the content-addressed store, hash-verified
3226
}
3227
3228
function
hasProp(obj: any, prop: string) {
3229
return
Object.prototype.hasOwnProperty.call(obj, prop);
3230
}
3231
3232
async
function
findBuildMatch(
3233
matches: Map<string, BuildMatch>,
Callers
1
validateEnvConfig
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected