MCPcopy Create free account
hub / github.com/breck7/scroll / getMTime

Method getMTime

external/.scrollLibs.js:21955–21957  ·  view source on GitHub ↗
(absolutePath)

Source from the content-addressed store, hash-verified

21953 return this._storage.join(...segments)
21954 }
21955 async getMTime(absolutePath) {
21956 return await this._storage.getMTime(absolutePath)
21957 }
21958 async getCTime(absolutePath) {
21959 return await this._storage.getCTime(absolutePath)
21960 }

Callers

nothing calls this directly

Calls 1

getMTimeMethod · 0.45

Tested by

no test coverage detected