MCPcopy Create free account
hub / github.com/libgit2/git2go / doublePointerBytes

Function doublePointerBytes

blob_test.go:13–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11}
12
13func doublePointerBytes() []byte {
14 o := &bufWrapper{}
15 o.pointer = o.buf[0:10]
16 return o.pointer[0:1]
17}
18
19func TestCreateBlobFromBuffer(t *testing.T) {
20 t.Parallel()

Callers 2

TestCreateBlobFromBufferFunction · 0.85
TestOdbHashFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…