Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
75
export
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.ts
File · 0.90
exportTemplates
Function · 0.90
init
Function · 0.90
Calls
1
getTreeLines
Function · 0.70
Tested by
no test coverage detected