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

Method JobControllerListCommand

pkg/wshrpc/wshserver/wshserver.go:1526–1528  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

1524}
1525
1526func (ws *WshServer) JobControllerListCommand(ctx context.Context) ([]*waveobj.Job, error) {
1527 return wstore.DBGetAllObjsByType[*waveobj.Job](ctx, waveobj.OType_Job)
1528}
1529
1530func (ws *WshServer) JobControllerDeleteJobCommand(ctx context.Context, jobId string) error {
1531 return jobcontroller.DeleteJob(ctx, jobId)

Callers

nothing calls this directly

Calls 1

DBGetAllObjsByTypeFunction · 0.92

Tested by

no test coverage detected