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

Method Int

backend/plugin/advisor/code/code.go:244–246  ·  view source on GitHub ↗

Int returns the int type of code.

()

Source from the content-addressed store, hash-verified

242
243// Int returns the int type of code.
244func (c Code) Int() int {
245 return int(c)
246}
247
248// Int32 returns the int32 type of code.
249func (c Code) Int32() int32 {

Callers 9

UserInfoMethod · 0.45
AuthenticateMethod · 0.45
generateOneMBInsertFunction · 0.45
initCatalogMethod · 0.45
AsPingCapASTMethod · 0.45
refundCustomerBalanceFunction · 0.45
QueryConnMethod · 0.45

Calls

no outgoing calls

Tested by 1

generateOneMBInsertFunction · 0.36