Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-git/go-git
/ attribute
Struct
attribute
plumbing/format/gitattributes/attributes.go:47–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
type
attribute
struct
{
48
name string
49
state attributeState
50
value string
51
}
52
53
func
(a attribute) Name() string {
54
return
a.name
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected