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

Function isDependencyGroupInclude

packages/python/src/diagnostics.ts:21–25  ·  view source on GitHub ↗
(
  entry: DependencyGroupEntry
)

Source from the content-addressed store, hash-verified

19import { pythonVersionString } from './version';
20
21function isDependencyGroupInclude(
22 entry: DependencyGroupEntry
23): entry is { 'include-group': string } {
24 return typeof entry === 'object' && 'include-group' in entry;
25}
26
27/**
28 * Resolve a dependency group, recursively following `{include-group: "..."}` references.

Callers 1

resolveDependencyGroupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected