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

Function addFiles

packages/python/src/index.ts:107–111  ·  view source on GitHub ↗
(target: Files, source: Files)

Source from the content-addressed store, hash-verified

105export const version = -1;
106
107function addFiles(target: Files, source: Files) {
108 for (const [p, f] of Object.entries(source)) {
109 target[p] = f;
110 }
111}
112
113function addBytecodeWithinCapacity(
114 files: Files,

Callers 3

buildFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected