MCPcopy
hub / github.com/markmap/markmap / call

Method call

packages/markmap-common/src/hook.ts:20–24  ·  view source on GitHub ↗
(...args: T)

Source from the content-addressed store, hash-verified

18 }
19
20 call(...args: T): void {
21 for (const fn of this.listeners) {
22 fn(...args);
23 }
24 }
25}

Callers 12

constructorMethod · 0.80
transformMethod · 0.80
config.tsFile · 0.80
renderKatexFunction · 0.80
transformFunction · 0.80
loadLanguageAndRefreshFunction · 0.80
MarkmapClass · 0.80
setOptionsMethod · 0.80
fitMethod · 0.80
ensureVisibleMethod · 0.80
centerNodeMethod · 0.80
rescaleMethod · 0.80

Calls 1

fnFunction · 0.85

Tested by

no test coverage detected