MCPcopy Create free account
hub / github.com/code-scan/Goal / TestSQL

Function TestSQL

tests/login_test.go:22–26  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

20 log.Println(r)
21}
22func TestSQL(t *testing.T) {
23 r := Glogin.SqlQuery("127.0.0.1", "3306", "root", "123123", "mysql", "select * from users limit 10")
24 log.Println(r)
25
26}

Callers

nothing calls this directly

Calls 1

SqlQueryFunction · 0.92

Tested by

no test coverage detected