MCPcopy Index your code
hub / github.com/keploy/keploy / GetVersionAsComment

Function GetVersionAsComment

utils/utils.go:410–412  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

408var LogFile *os.File
409
410func GetVersionAsComment() string {
411 return fmt.Sprintf("# Generated by Keploy (%s)\n", Version)
412}
413
414func attachLogFileToSentry(logger *zap.Logger, logFilePath string) error {
415 file, err := os.Open(logFilePath)

Callers 7

CreateConfigMethod · 0.92
InsertMethod · 0.92
UpsertMethod · 0.92
InsertReportMethod · 0.92
upsertMethod · 0.92
writeMocksAtomicallyMethod · 0.92
InsertMockMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected