MCPcopy 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
16func NewMysqlProxy() *mysqlProxy {
17 return newMysqlProxy()
18}
19
20func (m *mysqlProxy) Run(ctx context.Context) {
21 m.ctx = ctx

Callers 1

mainFunction · 0.92

Calls 1

newMysqlProxyFunction · 0.70

Tested by

no test coverage detected