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

Method resolve

www/js/_hyperscript.js:6874–6880  ·  view source on GitHub ↗
(context, { to, eventName, details })

Source from the content-addressed store, hash-verified

6872 return new _SendCommand(eventName, details, toExpr);
6873 }
6874 resolve(context, { to, eventName, details }) {
6875 context.meta.runtime.nullCheck(to, this.toExpr);
6876 context.meta.runtime.implicitLoop(to, function(target) {
6877 context.meta.runtime.triggerEvent(target, eventName, details, context.me);
6878 });
6879 return this.findNext(context);
6880 }
6881 };
6882 var EventName = class _EventName extends Expression {
6883 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