WebListCall holds the per-inlined-call information for HTML source code listing.
| 233 | |
| 234 | // WebListCall holds the per-inlined-call information for HTML source code listing. |
| 235 | type WebListCall struct { |
| 236 | SrcLine string |
| 237 | FileBase string |
| 238 | Line int |
| 239 | } |
| 240 | |
| 241 | // MakeWebList returns an annotated source listing of rpt. |
| 242 | // rpt.prof should contain inlined call info. |
nothing calls this directly
no outgoing calls
no test coverage detected