MCPcopy
hub / github.com/google/gvisor / Cleanup

Method Cleanup

tools/nvidia_driver_differ/parser/runner.go:55–57  ·  view source on GitHub ↗

Cleanup removes the working directory for the runner.

()

Source from the content-addressed store, hash-verified

53
54// Cleanup removes the working directory for the runner.
55func (r *Runner) Cleanup() error {
56 return os.RemoveAll(r.dir)
57}
58
59// CreateInputFile saves a list of structs for the runner to parse.
60func (r *Runner) CreateInputFile(info *nvproxy.DriverABIInfo) error {

Callers 1

MainFunction · 0.95

Calls 1

RemoveAllMethod · 0.80

Tested by

no test coverage detected