Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/markmap/markmap
/ fetch-assets.ts
File
fetch-assets.ts
packages/markmap-cli/src/fetch-assets.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ createReadStream, createWriteStream } from
'fs'
;
2
import
{ mkdir, stat } from
'fs/promises'
;
3
import
{ extractAssets } from
'markmap-common'
;
4
import
{ Transformer } from
'markmap-lib'
;
Callers
nothing calls this directly
Calls
1
main
Function · 0.70
Tested by
no test coverage detected