Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/markmap/markmap
/ main
Function
main
packages/markmap-cli/src/fetch-assets.ts:94–96 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
92
}
93
94
async
function
main() {
95
await
fetchAssets({ verbose: true });
96
}
97
98
main().catch((err) => {
99
console.error(err);
Callers
1
fetch-assets.ts
File · 0.70
Calls
1
fetchAssets
Function · 0.85
Tested by
no test coverage detected