MCPcopy Create free account
hub / github.com/Treeki/BirdBridge / invalid

Method invalid

utils/userCache.ts:35–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33 }
34
35 get invalid() {
36 if (this.status === Status.FAILED)
37 return true;
38 if (this.expiry !== undefined && (new Date().getTime()) > this.expiry)
39 return true;
40 return false;
41 }
42}
43
44export class UserCache {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected