Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigskysoftware/_hyperscript
/ #makeOpToken
Method
#makeOpToken
src/core/tokenizer.js:385–389 ·
view source on GitHub ↗
(type, value)
Source
from the content-addressed store, hash-verified
383
}
384
385
#makeOpToken(
type
, value) {
386
var
token = this.#makeToken(
type
, value);
387
token.op = true;
388
return
token;
389
}
390
391
// ----- Consume methods -----
392
Callers
1
#consumeOp
Method · 0.95
Calls
1
#makeToken
Method · 0.95
Tested by
no test coverage detected