We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 939b5fe commit df93e7bCopy full SHA for df93e7b
pkg/entity/run/run.go
@@ -88,6 +88,7 @@ func (e *DefExecuteContext) Tracef(msg string, a ...interface{}) {
88
e.trace(fmt.Sprintf(msg, args...), ops...)
89
}
90
91
+// splitArgsAndOpt split args and opt, opt must be placed at the end of args
92
func splitArgsAndOpt(a ...interface{}) ([]interface{}, []TraceOp) {
93
optStartIndex := len(a)
94
for i := len(a) - 1; i >= 0; i -= 1 {
0 commit comments