MCPcopy Create free account
hub / github.com/astercloud/aster / WithDebug

Method WithDebug

pkg/workflow/workflow.go:106–109  ·  view source on GitHub ↗

WithDebug 启用调试

()

Source from the content-addressed store, hash-verified

104
105// WithDebug 启用调试
106func (w *Workflow) WithDebug() *Workflow {
107 w.DebugMode = true
108 return w
109}
110
111// WithTimeout 设置超时
112func (w *Workflow) WithTimeout(timeout time.Duration) *Workflow {

Callers 2

demoComplexWorkflowFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected