MCPcopy Index your code
hub / github.com/bytebase/bytebase / Int32

Method Int32

backend/plugin/advisor/code/code.go:249–251  ·  view source on GitHub ↗

Int32 returns the int32 type of code.

()

Source from the content-addressed store, hash-verified

247
248// Int32 returns the int32 type of code.
249func (c Code) Int32() int32 {
250 return int32(c)
251}

Callers 15

WalkThroughOmniFunction · 0.45
precheckMySQLOmniNodeFunction · 0.45
dropAdviceFunction · 0.45
replaceAdviceFunction · 0.45
WalkThroughOmniFunction · 0.45
WalkThroughFunction · 0.45
changeStateTiDBFunction · 0.45
tidbRenameTableFunction · 0.45
tidbDropDatabaseFunction · 0.45
tidbAlterDatabaseFunction · 0.45

Calls

no outgoing calls