MCPcopy Create free account
hub / github.com/actiontech/dtle / ResetDebugJob

Method ResetDebugJob

driver/driver.go:883–889  ·  view source on GitHub ↗
(job *string)

Source from the content-addressed store, hash-verified

881}
882
883func (d *Driver) ResetDebugJob(job *string) string {
884 if job != nil {
885 d.config.DebugJob = *job
886 }
887
888 return d.config.DebugJob
889}
890
891func (d *Driver) SetSetupApiServerFn(fn func(logger g.LoggerType, driverConfig *DriverConfig) (err error)) {
892 d.setupApiServerFn = fn

Callers 1

UpdateLogLevelV2Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected