Home
last modified time | relevance | path

Searched refs:currentInode (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/harness/
DvirtualFileSystemWithWatch.ts703 const currentInode = this.inodes?.get(path); constant
706 if (this.inodeWatching && inode !== undefined && inode !== currentInode) return;