MCPcopy
hub / github.com/MithrilJS/mithril.js / redraw2

Function redraw2

mithril.js:1446–1449  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1444 if (render1 != null) redrawService0.render(root, render1(Vnode(component, attrs3.key, attrs3)))
1445 }
1446 var redraw2 = function() {
1447 run1()
1448 redraw2 = redrawService0.redraw
1449 }
1450 redrawService0.subscribe(root, run1)
1451 var bail = function(path) {
1452 if (path !== defaultRoute) routeService.setPath(defaultRoute, null, {replace: true})

Callers 1

routeFunction · 0.85

Calls 1

run1Function · 0.85

Tested by

no test coverage detected