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

Function hasProp

packages/python/src/index.ts:1388–1390  ·  view source on GitHub ↗
(obj: { [path: string]: FileFsRef }, key: string)

Source from the content-addressed store, hash-verified

1386};
1387
1388function hasProp(obj: { [path: string]: FileFsRef }, key: string): boolean {
1389 return Object.hasOwnProperty.call(obj, key);
1390}
1391
1392export { diagnostics } from './diagnostics';
1393

Callers 2

downloadFilesInWorkPathFunction · 0.70
defaultShouldServeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected