MCPcopy 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

hasValueMethod · 0.95
hasValueAndIsNotEmptyMethod · 0.95
fullStateMethod · 0.95

Calls 1

valueValidMethod · 0.95

Tested by

no test coverage detected