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

Struct callback

internal/fswatch/watcher.go:698–710  ·  view source on GitHub ↗

----- dirWatch: per-directory watch state -------------------------

Source from the content-addressed store, hash-verified

696// ----- dirWatch: per-directory watch state -------------------------
697
698type callback struct {
699 id uint64
700 dir string
701 physicalDir string
702 watchDir string
703 watchPhysicalDir string
704 recursive bool
705 fn WatchCallback
706 ignore func(path string) bool
707 sinceSeq uint64
708 terminal error
709 delivered bool
710}
711
712// dirWatchError associates an error with a specific directory watch.
713type dirWatchError struct {

Callers 15

ForEachAncestorDirectoryFunction · 0.50
forEachResolutionFunction · 0.50
applyToParameterTypesMethod · 0.50
applyToReturnTypesMethod · 0.50
forEachPropertyMethod · 0.50
forEachEnclosingClassMethod · 0.50
lookAheadMethod · 0.50

Calls

no outgoing calls

Tested by 1