MCPcopy Create free account
hub / github.com/google/go-cloud / Stop

Method Stop

docstore/driver/driver.go:236–236  ·  view source on GitHub ↗

Stop terminates the iterator before Next return io.EOF, allowing any cleanup needed.

()

Source from the content-addressed store, hash-verified

234 // Stop terminates the iterator before Next return io.EOF, allowing any cleanup
235 // needed.
236 Stop()
237
238 // As converts i to driver-specific types.
239 // See https://gocloud.dev/concepts/as/ for background information.

Callers 13

appHealthChecksFunction · 0.65
ExecuteMethod · 0.65
StopMethod · 0.65
TestOpenTelemetryFunction · 0.65
ExampleQuery_GetFunction · 0.65
ExampleQuery_Get_fullFunction · 0.65
InMemorySortFallbackFunction · 0.65
TestQueryErrorsFunction · 0.65
newNativeCodecFunction · 0.65
testGetQueryKeyFieldFunction · 0.65
testGetQueryFunction · 0.65
NewFunction · 0.65

Implementers 7

DocumentIteratordocstore/query.go
docIteratordocstore/memdocstore/query.go
documentIteratordocstore/awsdynamodb/v2/query.go
sliceIteratordocstore/awsdynamodb/v2/query.go
highScoreSliceIteratordocstore/awsdynamodb/v2/dynamo_test.go
docIteratordocstore/gcpfirestore/query.go
docIteratordocstore/mongodocstore/query.go

Calls

no outgoing calls

Tested by 6

TestOpenTelemetryFunction · 0.52
ExampleQuery_GetFunction · 0.52
ExampleQuery_Get_fullFunction · 0.52
TestQueryErrorsFunction · 0.52
newNativeCodecFunction · 0.52
TestCheckFunction · 0.52