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

Method resolve

tools/common/_hyperscript.iife.js:6515–6521  ·  view source on GitHub ↗
(context, { to, eventName, details })

Source from the content-addressed store, hash-verified

6513 return new _SendCommand(eventName, details, toExpr);
6514 }
6515 resolve(context, { to, eventName, details }) {
6516 context.meta.runtime.nullCheck(to, this.toExpr);
6517 context.meta.runtime.implicitLoop(to, function(target) {
6518 context.meta.runtime.triggerEvent(target, eventName, details, context.me);
6519 });
6520 return this.findNext(context);
6521 }
6522 };
6523 var EventName = class _EventName extends Expression {
6524 static grammarName = "eventName";

Callers

nothing calls this directly

Calls 4

nullCheckMethod · 0.45
implicitLoopMethod · 0.45
triggerEventMethod · 0.45
findNextMethod · 0.45

Tested by

no test coverage detected