MCPcopy Create free account
hub / github.com/CSAILVision/gandissect / textFunction

Function textFunction

client_dist/vendor.js:19497–19502  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

19495}
19496
19497function textFunction(value) {
19498 return function() {
19499 var v = value.apply(this, arguments);
19500 this.textContent = v == null ? "" : v;
19501 };
19502}
19503
19504/* harmony default export */ __webpack_exports__["default"] = (function(value) {
19505 return arguments.length

Callers 1

vendor.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected