MCPcopy 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
43function isToken(value = "") {
44 return /^eyJ/.test(value.trim()) || value.length > 120;
45}
46
47function readCache() {
48 try {

Callers 2

updateCachedTokenFunction · 0.85
getAccessTokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected