MCPcopy Create free account
hub / github.com/bigskysoftware/_hyperscript / _isAssignable

Function _isAssignable

www/js/_hyperscript.js:9904–9908  ·  view source on GitHub ↗
(expr)

Source from the content-addressed store, hash-verified

9902 eltData.listeners.push({ target: listenerTarget, event, handler });
9903 }
9904 function _isAssignable(expr) {
9905 if (expr.type === "classRef") return true;
9906 if (expr.type === "attributeRef") return true;
9907 return typeof expr.set === "function";
9908 }
9909 function _bind(left, right, target, feature, runtime2) {
9910 var ctx = runtime2.makeContext(target, feature, target, null);
9911 var leftSide = _resolveSide(left, target, feature, runtime2, ctx);

Callers 1

_bindFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected