MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / StartRegion

Function StartRegion

utils/trace/trace_go111.go:39–41  ·  view source on GitHub ↗

StartRegion wraps runtime/trace.StartRegion.

(ctx context.Context, regionType string)

Source from the content-addressed store, hash-verified

37
38// StartRegion wraps runtime/trace.StartRegion.
39func StartRegion(ctx context.Context, regionType string) (region *Region) {
40 return trace.StartRegion(ctx, regionType)
41}
42
43// WithRegion wraps runtime/trace.WithRegion.
44func WithRegion(ctx context.Context, regionType string, fn func()) {

Callers 15

ExecContextMethod · 0.92
QueryContextMethod · 0.92
sendQueryMethod · 0.92
doCheckMethod · 0.92
doEncodePayloadMethod · 0.92
doDecodePayloadMethod · 0.92
doCommitMethod · 0.92
newLogMethod · 0.92
writeWALMethod · 0.92
updateNextIndexMethod · 0.92
markPendingPrepareMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected