MCPcopy Index your code
hub / github.com/bigskysoftware/_hyperscript / _isAssignable

Function _isAssignable

tools/common/_hyperscript.iife.js:9450–9454  ·  view source on GitHub ↗
(expr)

Source from the content-addressed store, hash-verified

9448 eltData.listeners.push({ target: listenerTarget, event, handler });
9449 }
9450 function _isAssignable(expr) {
9451 if (expr.type === "classRef") return true;
9452 if (expr.type === "attributeRef") return true;
9453 return typeof expr.set === "function";
9454 }
9455 function _bind(left, right, target, feature, runtime2) {
9456 var ctx = runtime2.makeContext(target, feature, target, null);
9457 var leftSide = _resolveSide(left, target, feature, runtime2, ctx);

Callers 1

_bindFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected