Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CovenantSQL/CovenantSQL
/ getDeveloperID
Function
getDeveloperID
cmd/cql-proxy/api/utils.go:58–60 ·
view source on GitHub ↗
(c *gin.Context)
Source
from the content-addressed store, hash-verified
56
}
57
58
func
getDeveloperID(c *gin.Context) int64 {
59
return
getSession(c).MustGetInt(
"developer_id"
)
60
}
61
62
func
getUserID(c *gin.Context) int64 {
63
return
getSession(c).MustGetInt(
"user_id"
)
Callers
15
applyToken
Function · 0.85
showAllAccounts
Function · 0.85
getBalance
Function · 0.85
setMainAccount
Function · 0.85
genKeyPair
Function · 0.85
uploadKeyPair
Function · 0.85
deleteKeyPair
Function · 0.85
downloadKeyPair
Function · 0.85
createDB
Function · 0.85
topUp
Function · 0.85
databaseBalance
Function · 0.85
databaseList
Function · 0.85
Calls
2
getSession
Function · 0.85
MustGetInt
Method · 0.80
Tested by
no test coverage detected