(i, j int)
| 77 | } |
| 78 | |
| 79 | func minus(i, j int) int { |
| 80 | return i - j |
| 81 | } |
| 82 | |
| 83 | // pkgURL returns a link to the godoc for the call. |
| 84 | func pkgURL(c *Call) template.URL { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…