MCPcopy Create free account
hub / github.com/apecloud/myduckserver / QueryOrigin

Function QueryOrigin

mycontext/keys.go:22–27  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

20 // RecoveryQueryOrigin identifies an explicitly service-owned recovery or
21 // restart connection.
22 RecoveryQueryOrigin
23)
24
25var queryOriginKey = QueryOriginKey{}
26
27func WithQueryOrigin(ctx context.Context, kind QueryOriginKind) context.Context {
28 if ctx == nil {
29 ctx = context.Background()
30 }

Callers 1

IsReplicationQueryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected