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

Method Size

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

Source from the content-addressed store, hash-verified

1594}
1595
1596func (m *GitCredentialResponse_Credential) Size() (n int) {
1597 if m == nil {
1598 return 0
1599 }
1600 var l int
1601 _ = l
1602 if m.Credential != nil {
1603 l = m.Credential.Size()
1604 n += 1 + l + sovGit(uint64(l))
1605 }
1606 return n
1607}
1608func (m *GitCredentialResponse_Error) Size() (n int) {
1609 if m == nil {
1610 return 0

Callers 1

MarshalToMethod · 0.95

Calls 2

sovGitFunction · 0.85
SizeMethod · 0.65

Tested by

no test coverage detected