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

Function boundValueFunction

static/word2md/mammoth.browser.js:5038–5050  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5036var propagateFromFunction = bindingPropagateFrom;
5037
5038function boundValueFunction() {
5039 var ret = this._boundTo;
5040 if (ret !== undefined) {
5041 if (ret instanceof Promise) {
5042 if (ret.isFulfilled()) {
5043 return ret.value();
5044 } else {
5045 return undefined;
5046 }
5047 }
5048 }
5049 return ret;
5050}
5051
5052function longStackTracesCaptureStackTrace() {
5053 this._trace = new CapturedTrace(this._peekContext());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected