MCPcopy Create free account
hub / github.com/TruthHun/BookStack / bindingPropagateFrom

Function bindingPropagateFrom

static/word2md/mammoth.browser.js:5031–5035  ·  view source on GitHub ↗
(parent, flags)

Source from the content-addressed store, hash-verified

5029}
5030
5031function bindingPropagateFrom(parent, flags) {
5032 if ((flags & 2) !== 0 && parent._isBound()) {
5033 this._setBoundTo(parent._boundTo);
5034 }
5035}
5036var propagateFromFunction = bindingPropagateFrom;
5037
5038function boundValueFunction() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected