MCPcopy Create free account
hub / github.com/backnotprop/plannotator / metadataPathToken

Function metadataPathToken

packages/shared/pr-github.ts:82–84  ·  view source on GitHub ↗
(p: string)

Source from the content-addressed store, hash-verified

80 return needsGitQuoting(p) ? JSON.stringify(full) : full;
81}
82function metadataPathToken(p: string): string {
83 return needsGitQuoting(p) ? JSON.stringify(p) : p;
84}
85
86/**
87 * Reconstruct a unified patch from GitHub's pulls files API response.

Callers 1

reconstructGhPatchFunction · 0.85

Calls 1

needsGitQuotingFunction · 0.85

Tested by

no test coverage detected