| 36 | // TODO: no limit on the number of blobs |
| 37 | virtual inline int ExactNumBottomBlobs() const { return 2; } |
| 38 | virtual inline int ExactNumTopBlobs() const { return 0; } |
| 39 | |
| 40 | inline std::string file_name() const { return file_name_; } |
| 41 |
nothing calls this directly
no outgoing calls
no test coverage detected