MCPcopy Index your code
hub / github.com/git-bug/git-bug / NewErrInvalidFormat

Function NewErrInvalidFormat

entity/err.go:62–67  ·  view source on GitHub ↗
(version uint, expected uint)

Source from the content-addressed store, hash-verified

60}
61
62func NewErrInvalidFormat(version uint, expected uint) *ErrInvalidFormat {
63 return &ErrInvalidFormat{
64 version: version,
65 expected: expected,
66 }
67}
68
69func NewErrUnknownFormat(expected uint) *ErrInvalidFormat {
70 return &ErrInvalidFormat{

Callers 2

UnmarshalJSONMethod · 0.92
readOperationPackFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected