Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wavetermdev/waveterm
/ useWaveEnv
Function
useWaveEnv
frontend/app/waveenv/waveenv.ts:93–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
91
};
92
93
export
function
useWaveEnv<T extends EnvContract<WaveEnv> = WaveEnv>(): T {
94
return
React.useContext(WaveEnvContext) as T;
95
}
Callers
15
AppBackground
Function · 0.90
aipanel.tsx
File · 0.90
UpgradeOnboardingModal_v0_14_2_Content
Function · 0.90
UpgradeOnboardingModal_v0_14_0_Content
Function · 0.90
widgets.tsx
File · 0.90
webview.tsx
File · 0.90
DirectoryTable
Function · 0.90
DirectoryPreview
Function · 0.90
PreviewView
Function · 0.90
waveconfig.tsx
File · 0.90
tab.tsx
File · 0.90
vtabbar.tsx
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected