Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/smallfawn/QLScriptPublic
/ isToken
Function
isToken
wxapp/aima.js:43–45 ·
view source on GitHub ↗
(value = "")
Source
from the content-addressed store, hash-verified
41
}
42
43
function
isToken(value =
""
) {
44
return
/^eyJ/.test(value.trim()) || value.length > 120;
45
}
46
47
function
readCache() {
48
try {
Callers
2
updateCachedToken
Function · 0.85
getAccessToken
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected