MCPcopy
hub / github.com/wavetermdev/waveterm / MakeUpdates

Function MakeUpdates

pkg/waveobj/wtype.go:81–87  ·  view source on GitHub ↗
(objs []WaveObj)

Source from the content-addressed store, hash-verified

79}
80
81func MakeUpdates(objs []WaveObj) []WaveObjUpdate {
82 rtn := make([]WaveObjUpdate, 0, len(objs))
83 for _, obj := range objs {
84 rtn = append(rtn, MakeUpdate(obj))
85 }
86 return rtn
87}
88
89func (update *WaveObjUpdate) UnmarshalJSON(data []byte) error {
90 var objMap map[string]any

Callers 1

SetActiveTabMethod · 0.92

Calls 1

MakeUpdateFunction · 0.85

Tested by

no test coverage detected