MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / limitsFor

Function limitsFor

packages/plugins/apps/src/git-client/packfile.ts:39–42  ·  view source on GitHub ↗
(options?: ParsePackOptions)

Source from the content-addressed store, hash-verified

37};
38
39const limitsFor = (options?: ParsePackOptions): ParsePackLimits => ({
40 ...DEFAULT_LIMITS,
41 ...(options?.limits ?? {}),
42});
43
44const repositoryTooLarge = (message: string): Error =>
45 new Error(`repository too large: ${message}`);

Callers 1

parsePackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected