MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / lastModified

Method lastModified

packages/core/file-system/index.ts:180–182  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

178 }
179
180 get lastModified(): Date {
181 return getFileAccess().getLastModified(this.path);
182 }
183}
184
185export enum AndroidDirectory {

Callers

nothing calls this directly

Calls 2

getFileAccessFunction · 0.85
getLastModifiedMethod · 0.65

Tested by

no test coverage detected