MCPcopy Create free account
hub / github.com/devspace-sh/devspace / Stop

Method Stop

pkg/devspace/sync/symlink.go:95–97  ·  view source on GitHub ↗

Stop stops watching on the watching path

()

Source from the content-addressed store, hash-verified

93
94// Stop stops watching on the watching path
95func (s *Symlink) Stop() {
96 s.watcher.Stop(s.events)
97}

Callers

nothing calls this directly

Calls 1

StopMethod · 0.65

Tested by

no test coverage detected