Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CanadaHonk/shadow
/ checkToken
Method
checkToken
engine/htmlparser.js:61–61 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
59
60
parse(input, autoParent = true) {
61
const
checkToken = (a, b) => !this.escaping && a === b;
62
63
const
checkSES = c => {
64
if
(this.escaping) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected