MCPcopy Create free account
hub / github.com/cinar/indicator / Query

Method Query

asset/sql_repository_test.go:44–46  ·  view source on GitHub ↗
(args []driver.Value)

Source from the content-addressed store, hash-verified

42func (s *mockRepoStmt) NumInput() int { return -1 }
43func (s *mockRepoStmt) Exec(args []driver.Value) (driver.Result, error) { return nil, nil }
44func (s *mockRepoStmt) Query(args []driver.Value) (driver.Rows, error) {
45 return &mockRepoRows{}, nil
46}
47
48type mockRepoRows struct {
49 count int

Callers 2

AssetsMethod · 0.80
GetSinceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected