MCPcopy Create free account

hub / github.com/ChrisRx/dungeonfs / functions

Functions162 in github.com/ChrisRx/dungeonfs

MethodEntry
()
pkg/game/fs/core/node.go:89
MethodError
()
pkg/eval/eval.go:38
FunctionEscape
(s string)
pkg/exec/template/template.go:8
MethodExists
(string)
pkg/game/fs/fs.go:52
MethodExists
(key string)
pkg/game/fs/core/node.go:128
MethodFiles
()
pkg/game/fs/core/node.go:135
MethodFlush
(ctx context.Context, req *fuse.FlushRequest)
pkg/game/fs/core/dir.go:123
MethodFsync
(ctx context.Context, req *fuse.FsyncRequest)
pkg/game/fs/core/file.go:67
MethodGet
(string)
pkg/game/fs/fs.go:36
MethodGetBool
(key string)
pkg/game/fs/core/node.go:189
MethodGetBytes
(key string)
pkg/game/fs/core/node.go:202
MethodGetxattr
(ctx context.Context, req *fuse.GetxattrRequest, resp *fuse.GetxattrResponse)
pkg/game/fs/core/file.go:43
MethodInsert
(k string, v interface{})
pkg/eval/context.go:24
MethodIsFile
()
pkg/game/fs/core/node.go:77
MethodIter
()
pkg/game/fs/fs.go:41
MethodIter
()
pkg/game/fs/core/node.go:163
FunctionLoadFromFile
(folder string)
pkg/game/assets/assets.go:84
MethodLookup
(ctx context.Context, req *fuse.LookupRequest, resp *fuse.LookupResponse)
pkg/game/fs/core/dir.go:68
MethodLookup
(name string)
pkg/eval/context.go:28
MethodNew
New always returns a nil interface because files cannot have child nodes in the same way as `fs.Directory` nodes.
pkg/game/fs/core/file.go:33
MethodNew
(t fs.NodeType, name string)
pkg/game/fs/core/dir.go:30
FunctionNewContext
(identifiers map[string]interface{})
pkg/eval/context.go:42
FunctionNewEngine
(r *assets.Resources)
pkg/game/engine/engine.go:18
FunctionNewFS
(root *Directory)
pkg/game/fs/core/fs.go:29
FunctionNewMountCommand
()
cmd/dungeonfs/command/mount.go:22
FunctionNewScope
()
pkg/eval/context.go:18
FunctionNewUnmountCommand
()
cmd/dungeonfs/command/unmount.go:16
MethodOpen
(ctx context.Context, req *fuse.OpenRequest, resp *fuse.OpenResponse)
pkg/game/fs/core/file.go:37
MethodOpen
(ctx context.Context, req *fuse.OpenRequest, resp *fuse.OpenResponse)
pkg/game/fs/core/dir.go:95
MethodParent
(args ...fs.Node)
pkg/game/fs/core/node.go:58
MethodPath
(args ...string)
pkg/game/fs/core/node.go:47
MethodPrintf
(string, ...interface{})
pkg/game/assets/logging.go:8
MethodPrintf
(string, ...interface{})
pkg/game/engine/logging.go:8
MethodPrintf
(string, ...interface{})
pkg/game/fs/core/logging.go:8
MethodPrintf
(string, ...interface{})
pkg/logging/logging.go:20
MethodPrintf
(format string, a ...interface{})
pkg/logging/logging.go:25
MethodPrintf
(format string, a ...interface{})
pkg/logging/logging.go:30
MethodRead
(ctx context.Context, req *fuse.ReadRequest, resp *fuse.ReadResponse)
pkg/game/fs/core/file.go:72
MethodRead
(ctx context.Context, req *fuse.ReadRequest, resp *fuse.ReadResponse)
pkg/game/fs/core/dir.go:133
MethodReadAll
(ctx context.Context)
pkg/game/fs/core/file.go:85
MethodReadAll
(ctx context.Context)
pkg/game/fs/core/dir.go:128
MethodReadDirAll
(ctx context.Context)
pkg/game/fs/core/dir.go:118
MethodRemove
(name string)
pkg/game/engine/inventory.go:44
MethodRoot
()
pkg/game/fs/core/fs.go:34
FunctionScript
(commands ...string)
pkg/exec/template/template.go:22
MethodSet
(string, interface{})
pkg/game/fs/fs.go:40
MethodSet
(key string, node fs.Node)
pkg/game/fs/core/node.go:157
MethodSet
(key string, value interface{})
pkg/game/fs/core/node.go:206
FunctionSetLogger
(l logger)
pkg/logging/logging.go:15
MethodSetattr
(ctx context.Context, req *fuse.SetattrRequest, resp *fuse.SetattrResponse)
pkg/game/fs/core/file.go:62
MethodUnregister
(node fs.Node)
pkg/game/engine/inventory.go:55
MethodWrite
(ctx context.Context, req *fuse.WriteRequest, resp *fuse.WriteResponse)
pkg/game/fs/core/file.go:78
Functioninit
()
pkg/game/assets/logging.go:13
Functioninit
()
pkg/game/engine/logging.go:13
Functioninit
()
pkg/game/fs/core/logging.go:13
Functioninit
()
pkg/game/fs/core/fs.go:22
Functioninit
()
pkg/logging/logging.go:9
Functioninit
()
pkg/eval/logging.go:13
Functionmain
()
cmd/dungeonfs/main.go:16
FunctionprintFields
(v reflect.Value)
pkg/eval/print.go:7
FunctionrunMountCommand
(cmd *cobra.Command, args []string)
cmd/dungeonfs/command/mount.go:34
FunctionrunUnmountCommand
(cmd *cobra.Command, args []string)
cmd/dungeonfs/command/unmount.go:27
← previous101–162 of 162, ranked by callers