MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / UseResync

Function UseResync

tsunami/engine/hooks.go:153–158  ·  view source on GitHub ↗
(vc *RenderContextImpl)

Source from the content-addressed store, hash-verified

151}
152
153func UseResync(vc *RenderContextImpl) bool {
154 if vc.RenderOpts == nil {
155 return false
156 }
157 return vc.RenderOpts.Resync
158}

Callers 1

UseResyncFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected