MCPcopy Create free account
hub / github.com/cli/cli / Close

Method Close

script/api-host-gateway/gateway/main.go:311–315  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

309}
310
311func (r *recorder) Close() {
312 if err := r.file.Close(); err != nil {
313 log.Printf("gateway: closing log: %v", err)
314 }
315}

Callers

nothing calls this directly

Calls 2

CloseMethod · 0.65
PrintfMethod · 0.65

Tested by

no test coverage detected