MCPcopy Create free account
hub / github.com/microsoft/typescript-go / formatTime

Function formatTime

internal/project/logging/logger.go:133–135  ·  view source on GitHub ↗
(t time.Time)

Source from the content-addressed store, hash-verified

131}
132
133func formatTime(t time.Time) string {
134 return fmt.Sprintf("[%s]", t.Format("15:04:05.000"))
135}

Callers 3

NewTestLoggerFunction · 0.85
writeLogsRecursiveMethod · 0.85
NewLoggerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected