Last analyzed 67ce7cf 10 days ago
Default analysis branch is
Currently analyzing run
Multiple append can be combined into a single call CRT-P0001
Performance
10 days ago8 months old
can combine chain of 3 appends into one
179		args = append(args, "--no-cache")
180	}
181
182	args = append(args, "-t", tag)183	args = append(args, "-f", df)
184	args = append(args, "--network", "host")
185