MCPcopy Create free account
hub / github.com/microsoft/typescript-go / comparePathsOptions

Method comparePathsOptions

internal/execute/watcher.go:206–211  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

204}
205
206func (w *Watcher) comparePathsOptions() tspath.ComparePathsOptions {
207 return tspath.ComparePathsOptions{
208 UseCaseSensitiveFileNames: w.sys.FS().UseCaseSensitiveFileNames(),
209 CurrentDirectory: w.sys.GetCurrentDirectory(),
210 }
211}
212
213func (w *Watcher) DoCycle() {
214 w.wm.Lock()

Callers 2

computeDesiredWatchesMethod · 0.95
isRelevantChangeMethod · 0.95

Calls 3

FSMethod · 0.65
GetCurrentDirectoryMethod · 0.65

Tested by

no test coverage detected