Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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.
244
func
(c Code) Int() int {
245
return
int(c)
246
}
247
248
// Int32 returns the int32 type of code.
249
func
(c Code) Int32() int32 {
Callers
9
UserInfo
Method · 0.45
Authenticate
Method · 0.45
generateOneMBInsert
Function · 0.45
initCatalog
Method · 0.45
AsPingCapAST
Method · 0.45
refundCustomerBalance
Function · 0.45
executeInTransactionMode
Method · 0.45
executeInAutoCommitMode
Method · 0.45
QueryConn
Method · 0.45
Calls
no outgoing calls
Tested by
1
generateOneMBInsert
Function · 0.36