MCPcopy Create free account
hub / github.com/github/copilot-sdk / logDebugTiming

Method logDebugTiming

go/client.go:518–523  ·  view source on GitHub ↗
(start time.Time, message string)

Source from the content-addressed store, hash-verified

516}
517
518func (c *Client) logDebugTiming(start time.Time, message string) {
519 switch strings.ToLower(c.options.LogLevel) {
520 case "debug", "all":
521 log.Printf("%s elapsed=%s", message, time.Since(start))
522 }
523}
524
525// ForceStop forcefully stops the CLI server without graceful cleanup.
526//

Callers 1

StopMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected