MCPcopy Create free account
hub / github.com/cloudwego/dynamicgo / ExampleDeepRef

Method ExampleDeepRef

testdata/kitex_gen/example/example.go:449–449  ·  view source on GitHub ↗
(ctx context.Context, req *DeepRef)

Source from the content-addressed store, hash-verified

447
448type ExampleService interface {
449 ExampleDeepRef(ctx context.Context, req *DeepRef) (r *DeepRef, err error)
450
451 ExampleMethod(ctx context.Context, req *ExampleReq) (r *ExampleResp, err error)
452

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected