MCPcopy Index your code
hub / github.com/resend/react-email / tree

Function tree

packages/create-email/src/tree.js:75–78  ·  view source on GitHub ↗
(dirPath, depth, filter)

Source from the content-addressed store, hash-verified

73};
74
75export const tree = async (dirPath, depth, filter) => {
76 const lines = await getTreeLines(dirPath, depth, filter);
77 return lines.join(os.EOL);
78};

Callers 3

tree.spec.tsFile · 0.90
exportTemplatesFunction · 0.90
initFunction · 0.90

Calls 1

getTreeLinesFunction · 0.70

Tested by

no test coverage detected