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

Method Size

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

Source from the content-addressed store, hash-verified

1676 return n
1677}
1678func (m *GitConfigResponse_Error) Size() (n int) {
1679 if m == nil {
1680 return 0
1681 }
1682 var l int
1683 _ = l
1684 if m.Error != nil {
1685 l = m.Error.Size()
1686 n += 1 + l + sovGit(uint64(l))
1687 }
1688 return n
1689}
1690func (m *GitConfig) Size() (n int) {
1691 if m == nil {
1692 return 0

Callers 1

MarshalToMethod · 0.95

Calls 2

sovGitFunction · 0.85
SizeMethod · 0.65

Tested by

no test coverage detected