(id int64, e entryExprKindCase)
| 321 | } |
| 322 | |
| 323 | func (fac *baseExprFactory) newEntryExpr(id int64, e entryExprKindCase) EntryExpr { |
| 324 | return &entryExpr{ |
| 325 | id: id, |
| 326 | entryExprKindCase: e, |
| 327 | } |
| 328 | } |
| 329 | |
| 330 | var ( |
| 331 | defaultFactory = &baseExprFactory{} |
no outgoing calls
no test coverage detected