MCPcopy
hub / github.com/apache/devlake / Close

Method Close

backend/core/dal/dal.go:231–231  ·  view source on GitHub ↗

Close closes the Rows, preventing further enumeration. If Next is called and returns false and there are no further result sets, the Rows are closed automatically and it will suffice to check the result of Err. Close is idempotent and does not affect the result of Err.

()

Source from the content-addressed store, hash-verified

229 // the Rows are closed automatically and it will suffice to check the
230 // result of Err. Close is idempotent and does not affect the result of Err.
231 Close() error
232
233 // Scan copies the columns in the current row into the values pointed at by dest.
234 // The number of values in dest must be the same as the number of columns in Rows.

Callers 11

copyDataToDstFunction · 0.95
toGzipFunction · 0.65
closeMethod · 0.65
RunPluginSubTasksFunction · 0.65
UpMethod · 0.65
UpMethod · 0.65
firstLineFromFileFunction · 0.65
IsWSLFunction · 0.65
ConnectLocalServerFunction · 0.65
sendHttpRequestFunction · 0.65
GetLatestTasksOfPipelineFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected