WebListFile holds the per-file information for HTML source code listing.
| 196 | |
| 197 | // WebListFile holds the per-file information for HTML source code listing. |
| 198 | type WebListFile struct { |
| 199 | Funcs []WebListFunc |
| 200 | } |
| 201 | |
| 202 | // WebListFunc holds the per-function information for HTML source code listing. |
| 203 | type WebListFunc struct { |
nothing calls this directly
no outgoing calls
no test coverage detected