MCPcopy Create free account
hub / github.com/allegro/bigcache / blob

Function blob

queue/bytes_queue_test.go:468–470  ·  view source on GitHub ↗
(char byte, len int)

Source from the content-addressed store, hash-verified

466}
467
468func blob(char byte, len int) []byte {
469 return bytes.Repeat([]byte{char}, len)
470}
471
472func assertEqual(t *testing.T, expected, actual interface{}, msgAndArgs ...interface{}) {
473 if !objectsAreEqual(expected, actual) {

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…