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

Method Written

packbuilder.go:130–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128}
129
130func (pb *Packbuilder) Written() uint32 {
131 ret := uint32(C.git_packbuilder_written(pb.ptr))
132 runtime.KeepAlive(pb)
133 return ret
134}
135
136type PackbuilderForeachCallback func([]byte) error
137type packbuilderCallbackData struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected