(ctx context.Context)
| 67 | } |
| 68 | |
| 69 | func (e *envWithMethods) Date2(ctx context.Context) time.Time { |
| 70 | return time.Date(2000, 1, 1, 0, 0, 0, 0, time.UTC) |
| 71 | } |
| 72 | |
| 73 | func TestIssue823_EnvMethods(t *testing.T) { |
| 74 | p, err := expr.Compile( |
nothing calls this directly
no outgoing calls
no test coverage detected