MCPcopy
hub / github.com/composerize/composerize / formatPath

Function formatPath

packages/composerize/cli-merge.js:54–56  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

52}
53
54function formatPath(path) {
55 return path.length ? path.join('.') : '<root>';
56}
57
58function formatValue(value) {
59 if (value === undefined) return '<missing>';

Callers 3

joinConflictLineFunction · 0.85
mergeWithChoicesFunction · 0.85
promptForChoicesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…