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

Function Features

features.go:26–30  ·  view source on GitHub ↗

Features returns a bit-flag of Feature values indicating which features the loaded libgit2 library has.

()

Source from the content-addressed store, hash-verified

24// Features returns a bit-flag of Feature values indicating which features the
25// loaded libgit2 library has.
26func Features() Feature {
27 features := C.git_libgit2_features()
28
29 return Feature(features)
30}

Callers 1

initLibGit2Function · 0.85

Calls 1

FeatureTypeAlias · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…