MCPcopy
hub / github.com/git-lfs/git-lfs / Reject

Method Reject

creds/creds.go:335–338  ·  view source on GitHub ↗
(creds Creds)

Source from the content-addressed store, hash-verified

333}
334
335func (h *commandCredentialHelper) Reject(creds Creds) error {
336 _, err := h.exec("reject", creds)
337 return err
338}
339
340func (h *commandCredentialHelper) Approve(creds Creds) error {
341 tracerx.Printf("creds: git credential approve (%q, %q, %q)",

Callers

nothing calls this directly

Calls 1

execMethod · 0.95

Tested by

no test coverage detected