| 667 | } |
| 668 | |
| 669 | uint32_t NumCallSiteIds() const { |
| 670 | return num_call_site_ids_; |
| 671 | } |
| 672 | |
| 673 | const CallSiteIdItem& GetCallSiteId(uint32_t idx) const { |
| 674 | CHECK_LT(idx, NumCallSiteIds()); |
nothing calls this directly
no outgoing calls
no test coverage detected