MCPcopy
hub / github.com/mindoc-org/mindoc / initialize

Function initialize

static/editor.md/lib/mermaid/mermaid.js:8342–8347  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8340 }
8341
8342 function initialize() {
8343 var state = this.__brush || {selection: null};
8344 state.extent = number2(extent.apply(this, arguments));
8345 state.dim = dim;
8346 return state;
8347 }
8348
8349 brush.extent = function(_) {
8350 return arguments.length ? (extent = typeof _ === "function" ? _ : Object(_constant_js__WEBPACK_IMPORTED_MODULE_5__["default"])(number2(_)), brush) : extent;

Callers 1

mermaid.jsFile · 0.70

Calls 9

number2Function · 0.85
initializeStrengthFunction · 0.85
initializeDistanceFunction · 0.85
updateRendererConfigsFunction · 0.85
idFunction · 0.70
findFunction · 0.70
xFunction · 0.70
yFunction · 0.70
_typeofFunction · 0.70

Tested by

no test coverage detected