MCPcopy
hub / github.com/dosco/graphjin / spanStart

Method spanStart

core/core.go:238–240  ·  view source on GitHub ↗

Starts tracing with the given name

(c context.Context, name string)

Source from the content-addressed store, hash-verified

236
237// Starts tracing with the given name
238func (gj *graphjinEngine) spanStart(c context.Context, name string) (context.Context, Spaner) {
239 return gj.trace.Start(c, name)
240}
241
242// Retry operation with the default policy.
243func retryOperation(c context.Context, fn func() error) (err error) {

Callers 8

executeRoleQueryMethod · 0.95
GraphQLMethod · 0.45
GraphQLByNameMethod · 0.45
resolveDatabaseJoinsMethod · 0.45
executeParallelRootsMethod · 0.45
compileAndExecuteMethod · 0.45
executeMethod · 0.45
resolveRemotesMethod · 0.45

Calls 1

StartMethod · 0.65

Tested by

no test coverage detected