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

Function stringifyManifest

packages/python-analysis/src/manifest/serialize.ts:7–9  ·  view source on GitHub ↗
(data: PyProjectToml)

Source from the content-addressed store, hash-verified

5 * Serialize a PyProjectToml to TOML string format.
6 */
7export function stringifyManifest(data: PyProjectToml): string {
8 return toml.stringify(data);
9}
10
11/**
12 * Options for creating a minimal pyproject.toml structure.

Callers 3

createPyprojectTomlFunction · 0.90
ensureUvProjectFunction · 0.90
syncDependenciesFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected