MCPcopy Create free account
hub / github.com/scality/cloudserver / getLastChecked

Method getLastChecked

lib/kms/Cache.js:25–27  ·  view source on GitHub ↗

* Retrieves the last checked timestamp. * @returns {number|null} The timestamp of the last check or null if never checked.

()

Source from the content-addressed store, hash-verified

23 * @returns {number|null} The timestamp of the last check or null if never checked.
24 */
25 getLastChecked() {
26 return this.lastChecked;
27 }
28
29 /**
30 * Updates the cache with a new result and timestamp.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected