Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
185
export
enum AndroidDirectory {
Callers
nothing calls this directly
Calls
2
getFileAccess
Function · 0.85
getLastModified
Method · 0.65
Tested by
no test coverage detected