-
Notifications
You must be signed in to change notification settings - Fork 53
Avoid use of pb.Data
#17
Comments
@schomatis In order to use // Format returns the format inside this node
func (n *FSNode) Format() *pb.Data {
return &n.format
} But, WDYT? |
Why would you need that? (I'm not sure I follow.) The idea behind |
it will call Did you mean that we could wrap the just like: func (n *FSNode) GetFilesize() uint64 {
return n.format.GetFilesize()
} |
Yes, because actually you wouldn't have |
@schomatis ok, I misunderstood you at first。 in my own view, wrapping all |
Fixed in #18. |
see ipfs/kubo#5217 (comment)
The text was updated successfully, but these errors were encountered: