MCPcopy Index your code
hub / github.com/markmap/markmap / resolveCSS

Method resolveCSS

packages/markmap-lib/src/transform.ts:91–93  ·  view source on GitHub ↗
(item: CSSItem)

Source from the content-addressed store, hash-verified

89 }
90
91 resolveCSS(item: CSSItem) {
92 return patchCSSItem(this.urlBuilder, item);
93 }
94
95 /**
96 * Get all assets from enabled plugins or filter them by plugin names as keys.

Callers 3

getAssetsMethod · 0.95
createMarkmapFunction · 0.95
_buildHtmlMethod · 0.80

Calls 1

patchCSSItemFunction · 0.90

Tested by

no test coverage detected