(guard bool, text string)
| 83 | } |
| 84 | |
| 85 | func assert1(guard bool, text string) { |
| 86 | if !guard { |
| 87 | panic(text) |
| 88 | } |
| 89 | } |
| 90 | |
| 91 | func filterFlags(content string) string { |
| 92 | for i, char := range content { |
no outgoing calls
no test coverage detected
searching dependent graphs…