MCPcopy Create free account
hub / github.com/dagger/dagger / Size

Method Size

engine/session/git/git.pb.go:1608–1619  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1606 return n
1607}
1608func (m *GitCredentialResponse_Error) Size() (n int) {
1609 if m == nil {
1610 return 0
1611 }
1612 var l int
1613 _ = l
1614 if m.Error != nil {
1615 l = m.Error.Size()
1616 n += 1 + l + sovGit(uint64(l))
1617 }
1618 return n
1619}
1620func (m *CredentialInfo) Size() (n int) {
1621 if m == nil {
1622 return 0

Callers 1

MarshalToMethod · 0.95

Calls 2

sovGitFunction · 0.85
SizeMethod · 0.65

Tested by

no test coverage detected