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

Method Marshal

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

Source from the content-addressed store, hash-verified

1367}
1368
1369func (m *GitConfigResponse) Marshal() (dAtA []byte, err error) {
1370 size := m.Size()
1371 dAtA = make([]byte, size)
1372 n, err := m.MarshalToSizedBuffer(dAtA[:size])
1373 if err != nil {
1374 return nil, err
1375 }
1376 return dAtA[:n], nil
1377}
1378
1379func (m *GitConfigResponse) MarshalTo(dAtA []byte) (int, error) {
1380 size := m.Size()

Callers

nothing calls this directly

Calls 2

SizeMethod · 0.95
MarshalToSizedBufferMethod · 0.95

Tested by

no test coverage detected