| 23 | } |
| 24 | |
| 25 | ProcessMapBuilder::ProcMap ProcessMapBuilder::Extract() |
| 26 | { |
| 27 | return std::move(map); |
| 28 | } |
| 29 | |
| 30 | const ProcessMapBuilder::ProcMap& ProcessMapBuilder::Peek() const |
| 31 | { |
nothing calls this directly
no outgoing calls
no test coverage detected