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

Method resolve

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

Source from the content-addressed store, hash-verified

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