Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ NewMysqlProxy
Function
NewMysqlProxy
IceFireDB-SQLite/internal/mysql/server.go:16–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
)
15
16
func
NewMysqlProxy() *mysqlProxy {
17
return
newMysqlProxy()
18
}
19
20
func
(m *mysqlProxy) Run(ctx context.Context) {
21
m.ctx = ctx
Callers
1
main
Function · 0.92
Calls
1
newMysqlProxy
Function · 0.70
Tested by
no test coverage detected