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

Method Logf

script/api-host-gateway/gateway/main.go:307–309  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

305}
306
307func (r *recorder) Logf(format string, args ...any) {
308 log.Printf("gateway: "+format, args...)
309}
310
311func (r *recorder) Close() {
312 if err := r.file.Close(); err != nil {

Callers 3

WriteMethod · 0.95
newProxyFunction · 0.80
sharedCmdsFunction · 0.80

Calls 1

PrintfMethod · 0.65

Tested by 1

sharedCmdsFunction · 0.64