MCPcopy Create free account
hub / github.com/coderabbit214/document-ai / args

Struct args

pkg/qdrant/collection_test.go:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5func TestCreateCollection(t *testing.T) {
6 type args struct {
7 name string
8 createCollectionRequest CreateCollectionRequest
9 }
10 tests := []struct {
11 name string
12 args args

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected