MCPcopy Create free account
hub / github.com/bigskysoftware/_hyperscript / #makeOpToken

Method #makeOpToken

www/js/ext/component.js:302–306  ·  view source on GitHub ↗
(type, value)

Source from the content-addressed store, hash-verified

300 };
301 }
302 #makeOpToken(type, value) {
303 var token = this.#makeToken(type, value);
304 token.op = true;
305 return token;
306 }
307 // ----- Consume methods -----
308 #consumeComment() {
309 while (this.#currentChar() && !this.#isNewline(this.#currentChar())) {

Callers 1

#consumeOpMethod · 0.95

Calls 1

#makeTokenMethod · 0.95

Tested by

no test coverage detected