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

Function _isAssignable

www/js/_hyperscript.esm.js:9902–9906  ·  view source on GitHub ↗
(expr)

Source from the content-addressed store, hash-verified

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

Callers 1

_bindFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected