(name string, contents []byte, perm os.FileMode)
| 615 | Stat(name string) (isRegular bool, err error) |
| 616 | Truncate(name string) error |
| 617 | WriteFile(name string, contents []byte, perm os.FileMode) error |
| 618 | } |
| 619 | |
| 620 | // directFS is a wholeFileFS implemented directly on the OS. |
no outgoing calls