MCPcopy 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
90func (r *RootElem) GetAtomVal(name string) any {
91 atom := r.GetAtom(name)
92 return atom.Val
93}
94
95func (r *RootElem) GetStateSync(full bool) []VDomStateSync {
96 stateSync := make([]VDomStateSync, 0)

Callers

nothing calls this directly

Calls 1

GetAtomMethod · 0.95

Tested by

no test coverage detected