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

Method execute

www/js/_hyperscript-max.js:684–687  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

682 }
683 }
684 execute(context) {
685 context.meta.command = this;
686 return context.meta.runtime.unifiedExec(this, context);
687 }
688 findNext(context) {
689 return context.meta.runtime.findNext(this, context);
690 }

Callers 13

executeMethod · 0.45
installMethod · 0.45
funcMethod · 0.45
installMethod · 0.45
handlerMethod · 0.45
installMethod · 0.45
installMethod · 0.45
renderFunction · 0.45
resolveMethod · 0.45
evaluateFunction · 0.45
_renderTemplateMethod · 0.45
parseMethod · 0.45

Calls 1

unifiedExecMethod · 0.45

Tested by

no test coverage detected