Fs returns read only access to the Fs that this object is part of
()
| 228 | |
| 229 | // Fs returns read only access to the Fs that this object is part of |
| 230 | func (o *MemoryObject) Fs() fs.Info { |
| 231 | return o.fs |
| 232 | } |
| 233 | |
| 234 | // SetFs sets the Fs that this memory object thinks it is part of |
| 235 | // It will ignore nil f |
no outgoing calls