(id uint)
| 252 | } |
| 253 | |
| 254 | func formatReference(id uint) string { |
| 255 | return fmt.Sprintf("ref#%d", id) |
| 256 | } |
| 257 | |
| 258 | func updateReferencePrefix(prefix, ref string) string { |
| 259 | if prefix == "" { |
no outgoing calls
no test coverage detected
searching dependent graphs…