Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/wavetermdev/waveterm
/ Ptr
Function
Ptr
tsunami/app/defaultclient.go:44–46 ·
view source on GitHub ↗
(v T)
Source
from the content-addressed store, hash-verified
42
}
43
44
func
Ptr[T any](v T) *T {
45
return
&v
46
}
47
48
func
SetGlobalEventHandler(handler
func
(event vdom.VDomEvent)) {
49
engine.GetDefaultClient().SetGlobalEventHandler(handler)
Callers
3
app.go
File · 0.92
app.go
File · 0.92
app.go
File · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected