MCPcopy
hub / github.com/wavetermdev/waveterm / FDLock

Interface FDLock

pkg/wavebase/wavebase.go:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86type FDLock interface {
87 Close() error
88}
89
90func CacheAndRemoveEnvVars() error {
91 ConfigHome_VarCache = os.Getenv(WaveConfigHomeEnvVar)

Callers 8

fetchFaviconFunction · 0.65
ConnDisconnectCommandMethod · 0.65
connectToJobManagerMethod · 0.65
RemoteStartJobCommandMethod · 0.65
remoteCopyFileInternalFunction · 0.65
RemoteFileCopyCommandMethod · 0.65

Implementers 15

SSHConnpkg/remote/conncontroller/conncontroll
ConnMonitorpkg/remote/conncontroller/connmonitor.
WslConnpkg/wslconn/wslconn.go
ShellProcpkg/shellexec/shellexec.go
PipePtypkg/shellexec/shellexec.go
Watcherpkg/wconfig/filewatcher.go
StreamingResponseWriterpkg/waveapp/streamingresp.go
SSEHandlerChpkg/web/sse/ssehandler.go
MainServerConnpkg/jobmanager/mainserverconn.go
StreamManagerpkg/jobmanager/streammanager.go
Readerpkg/streamclient/streamreader.go
Brokerpkg/streamclient/streambroker.go

Calls

no outgoing calls

Tested by

no test coverage detected