MCPcopy Index your code
hub / github.com/Masterminds/squirrel / TestContext

Function TestContext

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

Source from the content-addressed store, hash-verified

128}
129
130func TestContext(t *testing.T) {
131 s := sb.Select("v").From("squirrel_integration")
132 ctx := context.Background()
133 _, err := s.QueryContext(ctx)
134 assert.NoError(t, err)
135}

Callers

nothing calls this directly

Calls 3

QueryContextMethod · 0.65
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…