(uri string)
| 56 | } |
| 57 | |
| 58 | func isEmptyTypeURI(uri string) bool { |
| 59 | return uri == "" || uri == "about:blank" |
| 60 | } |
| 61 | |
| 62 | func (p Problem) getURI(key string) string { |
| 63 | f, found := p[key] |
no outgoing calls
no test coverage detected
searching dependent graphs…