Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/wavetermdev/waveterm
/ GetAtomVal
Method
GetAtomVal
pkg/vdom/vdom_root.go:90–93 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
88
}
89
90
func
(r *RootElem) GetAtomVal(name string) any {
91
atom := r.GetAtom(name)
92
return
atom.Val
93
}
94
95
func
(r *RootElem) GetStateSync(full bool) []VDomStateSync {
96
stateSync := make([]VDomStateSync, 0)
Callers
nothing calls this directly
Calls
1
GetAtom
Method · 0.95
Tested by
no test coverage detected