Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MALSync/MALSync
/ ttlValid
Method
ttlValid
src/utils/Cache.ts:22–24 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
20
}
21
22
protected ttlValid(value) {
23
return
this.valueValid(value, this.ttl);
24
}
25
26
protected refetchTtlValid(value) {
27
return
this.valueValid(value, this.refetchTtl);
Callers
3
hasValue
Method · 0.95
hasValueAndIsNotEmpty
Method · 0.95
fullState
Method · 0.95
Calls
1
valueValid
Method · 0.95
Tested by
no test coverage detected