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

Method UnlockRunLock

pkg/blockcontroller/shellcontroller.go:254–257  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

252}
253
254func (sc *ShellController) UnlockRunLock() {
255 sc.RunLock.Store(false)
256 log.Printf("block %q run() unlock\n", sc.BlockId)
257}
258
259func (sc *ShellController) run(logCtx context.Context, bdata *waveobj.Block, blockMeta map[string]any, rtOpts *waveobj.RuntimeOpts, force bool) {
260 blocklogger.Debugf(logCtx, "[conndebug] ShellController.run() %q\n", sc.BlockId)

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected