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

Method BlockJobStatusCommand

pkg/wshrpc/wshserver/wshserver.go:1574–1576  ·  view source on GitHub ↗
(ctx context.Context, blockId string)

Source from the content-addressed store, hash-verified

1572}
1573
1574func (ws *WshServer) BlockJobStatusCommand(ctx context.Context, blockId string) (*wshrpc.BlockJobStatusData, error) {
1575 return jobcontroller.GetBlockJobStatus(ctx, blockId)
1576}

Callers

nothing calls this directly

Calls 1

GetBlockJobStatusFunction · 0.92

Tested by

no test coverage detected