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

Method Size

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

Source from the content-addressed store, hash-verified

1664}
1665
1666func (m *GitConfigResponse_Config) Size() (n int) {
1667 if m == nil {
1668 return 0
1669 }
1670 var l int
1671 _ = l
1672 if m.Config != nil {
1673 l = m.Config.Size()
1674 n += 1 + l + sovGit(uint64(l))
1675 }
1676 return n
1677}
1678func (m *GitConfigResponse_Error) Size() (n int) {
1679 if m == nil {
1680 return 0

Callers 1

MarshalToMethod · 0.95

Calls 2

sovGitFunction · 0.85
SizeMethod · 0.65

Tested by

no test coverage detected