Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/markmap/markmap
/ resolveJS
Method
resolveJS
packages/markmap-lib/src/transform.ts:87–89 ·
view source on GitHub ↗
(item: JSItem)
Source
from the content-addressed store, hash-verified
85
}
86
87
resolveJS(item: JSItem) {
88
return
patchJSItem(this.urlBuilder, item);
89
}
90
91
resolveCSS(item: CSSItem) {
92
return
patchCSSItem(this.urlBuilder, item);
Callers
3
getAssets
Method · 0.95
createMarkmap
Function · 0.95
_buildHtml
Method · 0.80
Calls
1
patchJSItem
Function · 0.90
Tested by
no test coverage detected