| 83 | bool GRProxyBlock::built() { return (!start_blk.isEmpty()) || (end_blk != nullptr); } |
| 84 | |
| 85 | QList<gr::basic_block_sptr> GRProxyBlock::getGrStartPoint() { return start_blk; } |
| 86 | gr::basic_block_sptr GRProxyBlock::getGrEndPoint() { return end_blk; } |
| 87 | |
| 88 | #include "moc_grproxyblock.cpp" |
no outgoing calls
no test coverage detected