Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Masterminds/squirrel
/ fakeBaseRunner
Struct
fakeBaseRunner
statement_test.go:48–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
type
fakeBaseRunner
struct
{}
49
50
func
(fakeBaseRunner) Exec(query string, args ...
interface
{}) (sql.Result, error) {
51
return
nil, nil
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected