Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/smallfawn/QLScriptPublic
/ checkToken
Method
checkToken
wxapp/haitian.js:287–294 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
285
}
286
287
async
checkToken() {
288
try {
289
await
this.request(
"/members"
);
290
return
true;
291
} catch (e) {
292
return
false;
293
}
294
}
295
296
async
getUserInfo() {
297
try {
Callers
1
run
Method · 0.95
Calls
1
request
Method · 0.95
Tested by
no test coverage detected