MCPcopy Index your code
hub / github.com/google/mangle / ExtImpl

Struct ExtImpl

engine/seminaivebottomup_test.go:1297–1303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1295}
1296
1297type ExtImpl struct {
1298 called1 int
1299 called2 int
1300 pushdown []ast.Term
1301 called3 int
1302 filters []ast.BaseTerm
1303}
1304
1305func (e *ExtImpl) ShouldPushdown() bool {
1306 return true

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected