Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/capnspacehook/pandorasbox
/ functions
Functions
265 in github.com/capnspacehook/pandorasbox
⨍
Functions
265
◇
Types & classes
19
Function
Abs
(path string)
pandoras_box.go:84
Method
Abs
(path string)
box.go:158
Method
Abs
(path string)
osfs/osfs.go:108
Method
Abs
(p string)
vfs/vfs.go:542
Function
Base
(path string)
filepath.go:87
Function
Chdir
(dir string, vfs bool)
pandoras_box.go:100
Method
Chdir
(dir string, vfsMode bool)
box.go:195
Method
Chdir
(name string)
osfs/osfs.go:120
Method
Chdir
(name string)
vfs/vfs.go:563
Function
Clean
(path string)
filepath.go:20
Method
Close
()
vfs/vfsfile.go:403
Function
Create
(name string)
pandoras_box.go:32
Method
Create
(name string)
box.go:50
Method
Create
(name string)
osfs/osfs.go:51
Method
Create
(name string)
vfs/vfs.go:242
Function
Dir
(path string)
filepath.go:96
Function
Ext
(path string)
filepath.go:78
Method
FS
()
osfs/osfs.go:29
Function
FromSlash
(path string)
filepath.go:38
Function
FuzzVFSRace
FuzzVFSRace preforms random operations on a virtual filesystem in two different goroutines and checks that operations don't fail unexpectedly. It also
vfs/vfs_fuzz_test.go:63
Function
GetTempDir
(vfs bool)
pandoras_box.go:108
Function
Getwd
(vfs bool)
pandoras_box.go:104
Method
Getwd
(vfsMode bool)
box.go:203
Method
Getwd
()
osfs/osfs.go:124
Function
GlobalOSFS
()
pandoras_box.go:16
Function
GlobalVFS
()
pandoras_box.go:20
Method
Info
()
vfs/vfsfile.go:430
Function
IsAbs
(path string)
filepath.go:12
Method
IsDir
()
vfs/vfsfile.go:461
Method
IsDir
()
inode/inode.go:37
Function
IsPathSeparator
(c uint8, vfs bool)
pandoras_box.go:96
Function
IsVFS
(fi fs.FileInfo)
utils.go:42
Function
Join
(elem ...string)
filepath.go:58
Method
Less
(i, j int)
inode/inode.go:49
Function
ListSeparator
(vfs bool)
pandoras_box.go:92
Method
ListSeparator
(vfsMode bool)
box.go:179
Method
ListSeparator
()
osfs/osfs.go:116
Method
ListSeparator
()
vfs/vfs.go:559
Function
Lstat
(name string)
pandoras_box.go:60
Method
Lstat
(name string)
box.go:106
Method
Lstat
(name string)
osfs/osfs.go:84
Method
Lstat
(name string)
vfs/vfs.go:395
Method
Mkdir
(name string, perm fs.FileMode)
box.go:82
Method
Mkdir
(name string, perm fs.FileMode)
osfs/osfs.go:72
Method
Mkdir
(name string, perm stdfs.FileMode)
vfs/vfs.go:303
Function
MkdirAll
(name string, perm fs.FileMode)
pandoras_box.go:52
Method
MkdirAll
(name string, perm fs.FileMode)
box.go:90
Method
MkdirAll
(name string, perm fs.FileMode)
osfs/osfs.go:76
Method
MkdirAll
(name string, perm stdfs.FileMode)
vfs/vfs.go:344
Method
Mode
()
vfs/vfsfile.go:450
Method
Name
()
vfs/vfsfile.go:418
Method
Name
()
vfs/vfsfile.go:439
Method
OSFS
()
box.go:26
Function
Open
(name string)
pandoras_box.go:24
Method
Open
(name string)
box.go:34
Method
Open
(name string)
osfs/osfs.go:15
Method
Open
(name string)
osfs/osfs.go:33
Method
Open
(name string)
vfs/vfs.go:31
Function
OpenFile
(name string, flag int, perm fs.FileMode)
pandoras_box.go:28
Method
OpenFile
(name string, flag int, perm fs.FileMode)
box.go:42
Method
OpenFile
(name string, flag int, perm fs.FileMode)
osfs/osfs.go:42
Method
Read
(p []byte)
vfs/vfsfile.go:110
Method
ReadAt
(p []byte, off int64)
vfs/vfsfile.go:169
Function
ReadDir
(dirname string)
pandoras_box.go:40
Method
ReadDir
(dirname string)
box.go:66
Method
ReadDir
(name string)
osfs/osfs.go:64
Method
ReadDir
(name string)
vfs/vfs.go:39
Method
ReadDir
(name string)
vfs/vfs.go:269
Method
ReadDir
(n int)
vfs/vfsfile.go:173
Method
ReadDir
ReadDir reads the named directory and returns a list of directory entries sorted by filename.
absfs/filesystem.go:37
Function
ReadFile
(filename string)
pandoras_box.go:36
Method
ReadFile
(filename string)
box.go:58
Method
ReadFile
(name string)
osfs/osfs.go:60
Method
ReadFile
(name string)
vfs/vfs.go:47
Method
ReadFile
(name string)
vfs/vfs.go:246
Function
Remove
(name string)
pandoras_box.go:68
Method
Remove
(name string)
box.go:126
Method
Remove
(name string)
osfs/osfs.go:92
Method
Remove
(name string)
vfs/vfs.go:431
Function
RemoveAll
(path string)
pandoras_box.go:72
Method
RemoveAll
(path string)
box.go:134
Method
RemoveAll
(name string)
osfs/osfs.go:96
Method
RemoveAll
(name string)
vfs/vfs.go:472
Function
Rename
(oldpath, newpath string)
pandoras_box.go:64
Method
Rename
(oldpath, newpath string)
box.go:114
Method
Rename
(oldpath, newpath string)
osfs/osfs.go:88
Method
Rename
(oldpath, newpath string)
vfs/vfs.go:399
Method
Rename
(oldpath, newpath string)
inode/inode.go:154
Function
SameFile
(fi1, fi2 os.FileInfo)
utils.go:48
Method
Seek
(offset int64, whence int)
vfs/vfsfile.go:303
Function
Separator
(vfs bool)
pandoras_box.go:88
Method
Separator
(vfsMode bool)
box.go:171
Method
Separator
()
osfs/osfs.go:112
Function
Split
(path string)
filepath.go:47
Function
Stat
(name string)
pandoras_box.go:56
Method
Stat
(name string)
box.go:98
Method
Stat
(name string)
osfs/osfs.go:80
Method
Stat
()
vfs/vfsfile.go:295
Method
Stat
Stat returns the FileInfo structure describing file. If there is an error, it will be of type *fs.PathError.
absfs/filesystem.go:56
Method
StatFS
(name string)
vfs/vfs.go:55
← previous
next →
101–200 of 265, ranked by callers