MCPcopy Create free account
hub / github.com/bytebase/bytebase / Int

Method Int

backend/common/error.go:54–56  ·  view source on GitHub ↗

Int returns the int type of code.

()

Source from the content-addressed store, hash-verified

52
53// Int returns the int type of code.
54func (c Code) Int() int {
55 return int(c)
56}
57
58// Int32 returns the int32 type of code.
59func (c Code) Int32() int32 {

Callers 9

tryCreateRolloutMethod · 0.45
markPlanCheckRunDoneMethod · 0.45
RunForTargetMethod · 0.45
NewMigrationContextFunction · 0.45
runDiagnosticsMethod · 0.45
logAuditToStdoutFunction · 0.45
handleInvoicePaidMethod · 0.45
RandomStringFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected