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

Method resolve

tools/common/_hyperscript.iife.js:6125–6134  ·  view source on GitHub ↗
(context, args)

Source from the content-addressed store, hash-verified

6123 return new _SetCommand(target, value);
6124 }
6125 resolve(context, args) {
6126 if (this.objectLiteral) {
6127 var { obj, setTarget } = args;
6128 Object.assign(setTarget, obj);
6129 } else {
6130 var { value, ...lhs } = args;
6131 this.target.set(context, lhs, value);
6132 }
6133 return this.findNext(context);
6134 }
6135 };
6136 var DefaultCommand = class _DefaultCommand extends Command {
6137 static keyword = "default";

Callers

nothing calls this directly

Calls 2

setMethod · 0.45
findNextMethod · 0.45

Tested by

no test coverage detected