MCPcopy Create free account
hub / github.com/analogdevicesinc/scopy / getGrStartPoint

Method getGrStartPoint

gr-util/src/grproxyblock.cpp:85–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected