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

Function getRecursiveGlobPattern

internal/project/watch.go:431–433  ·  view source on GitHub ↗
(directory string)

Source from the content-addressed store, hash-verified

429}
430
431func getRecursiveGlobPattern(directory string) string {
432 return fmt.Sprintf("%s/%s", tspath.RemoveTrailingDirectorySeparator(directory), "**/*")
433}
434
435// recursiveDirectoryGlobPattern returns the string form of a recursive watcher
436// for the given directory that would be produced by newRecursiveDirectoryWatcher.

Callers 6

updateRootFilesWatchMethod · 0.85
getTypingsLocationsGlobsFunction · 0.85
NewSessionFunction · 0.85

Calls 1

Tested by

no test coverage detected