MCPcopy Create free account
hub / github.com/ez4o/github-contribution-graph / GetEntry

Method GetEntry

src/server/model/github_data.go:54–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52}
53
54func (c ContributionDays) GetEntry() ContributionEntry {
55 return ContributionEntry{
56 DateString: c.Date,
57 Amount: c.ContributionCount,
58 }
59}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected