MCPcopy
hub / github.com/bigskysoftware/htmx / currentToken

Function currentToken

www/static/test/lib/_hyperscript.js:438–440  ·  view source on GitHub ↗

* @returns {Token}

()

Source from the content-addressed store, hash-verified

436 * @returns {Token}
437 */
438 function currentToken() {
439 return token(0);
440 }
441
442 /**
443 * @returns {Token | null}

Callers 5

requireOpTokenFunction · 0.70
matchOpTokenFunction · 0.70
matchTokenTypeFunction · 0.70
requireTokenFunction · 0.70
matchTokenFunction · 0.70

Calls 1

tokenFunction · 0.70

Tested by

no test coverage detected