MCPcopy 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
94async function main() {
95 await fetchAssets({ verbose: true });
96}
97
98main().catch((err) => {
99 console.error(err);

Callers 1

fetch-assets.tsFile · 0.70

Calls 1

fetchAssetsFunction · 0.85

Tested by

no test coverage detected