(t *testing.T, prefix content.IDPrefix, s string)
| 595 | } |
| 596 | |
| 597 | func oidForString(t *testing.T, prefix content.IDPrefix, s string) object.ID { |
| 598 | t.Helper() |
| 599 | |
| 600 | return oidForContent(t, prefix, []byte(s)) |
| 601 | } |
| 602 | |
| 603 | func oidForContent(t *testing.T, prefix content.IDPrefix, c []byte) object.ID { |
| 604 | t.Helper() |
no test coverage detected