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

Function applyOptionsFromC

diff.go:1005–1009  ·  view source on GitHub ↗
(copts *C.git_apply_options)

Source from the content-addressed store, hash-verified

1003}
1004
1005func applyOptionsFromC(copts *C.git_apply_options) *ApplyOptions {
1006 return &ApplyOptions{
1007 Flags: uint(copts.flags),
1008 }
1009}
1010
1011// ApplyLocation represents the possible application locations for applying
1012// diffs.

Callers 1

DefaultApplyOptionsFunction · 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…