MCPcopy Create free account
hub / github.com/expr-lang/expr / HelloCtx

Method HelloCtx

test/issues/756/issue_test.go:13–15  ·  view source on GitHub ↗
(ctx context.Context, text string)

Source from the content-addressed store, hash-verified

11type X struct{}
12
13func (x *X) HelloCtx(ctx context.Context, text string) error {
14 return nil
15}
16
17func TestIssue756(t *testing.T) {
18 env := map[string]any{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected