MCPcopy
hub / github.com/Masterminds/squirrel / TestSimpleSelect

Function TestSimpleSelect

integration/integration_test.go:99–104  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

97}
98
99func TestSimpleSelect(t *testing.T) {
100 assertVals(
101 t,
102 sb.Select("v").From("squirrel_integration"),
103 "foo", "bar", "foo", "baz")
104}
105
106func TestEq(t *testing.T) {
107 s := sb.Select("v").From("squirrel_integration")

Callers

nothing calls this directly

Calls 3

assertValsFunction · 0.85
FromMethod · 0.45
SelectMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…