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

Method currentToken

tools/common/_hyperscript.iife.js:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44 }
45 // ----- Token access -----
46 currentToken() {
47 return this.token(0);
48 }
49 token(n, includeWhitespace) {
50 var token;
51 var i = 0;

Callers 15

toStringMethod · 0.45
matchTokenMethod · 0.45
matchOpTokenMethod · 0.45
matchTokenTypeMethod · 0.45
parseNakedMethod · 0.45
currentTokenMethod · 0.45
parseFeatureMethod · 0.45
parseCommandMethod · 0.45
parseCommandListMethod · 0.45
parseElementMethod · 0.45

Calls 1

tokenMethod · 0.45

Tested by

no test coverage detected