MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / getTabIdFromEnv

Function getTabIdFromEnv

cmd/wsh/cmd/wshcmd-root.go:212–214  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

210}
211
212func getTabIdFromEnv() string {
213 return os.Getenv("WAVETERM_TABID")
214}
215
216// this will send wsh activity to the client running on *your* local machine (it does not contact any wave cloud infrastructure)
217// if you've turned off telemetry in your local client, this data never gets sent to us

Callers 11

editorRunFunction · 0.85
viewRunFunction · 0.85
wavepathRunFunction · 0.85
secretUiRunFunction · 0.85
webOpenRunFunction · 0.85
sshRunFunction · 0.85
editConfigRunFunction · 0.85
launchRunFunction · 0.85
termRunFunction · 0.85
createBlockRunFunction · 0.85
runRunFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected