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

Method Size

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

Source from the content-addressed store, hash-verified

1582}
1583
1584func (m *GitCredentialResponse) Size() (n int) {
1585 if m == nil {
1586 return 0
1587 }
1588 var l int
1589 _ = l
1590 if m.Result != nil {
1591 n += m.Result.Size()
1592 }
1593 return n
1594}
1595
1596func (m *GitCredentialResponse_Credential) Size() (n int) {
1597 if m == nil {

Callers 3

XXX_SizeMethod · 0.95
MarshalMethod · 0.95
MarshalToMethod · 0.95

Calls 1

SizeMethod · 0.65

Tested by

no test coverage detected