MCPcopy Create free account

hub / github.com/Akryum/reactive-fs / functions

Functions24 in github.com/Akryum/reactive-fs

↓ 4 callersFunctionqueueFsOp
(ctx: Context, op: Promise<unknown>)
src/file.ts:108
↓ 2 callersFunctionactivate
()
src/file.ts:72
↓ 2 callersFunctioncreateReactiveFile
(ctx: Context, relativePath: string)
src/file.ts:22
↓ 2 callersFunctioncreateReactiveFileSystem
(options: ReactiveFileSystemOptions)
src/reactive-fs.ts:16
↓ 2 callersFunctionisObject
(value: unknown)
src/util.ts:13
↓ 2 callersFunctionread
()
src/file.ts:80
↓ 2 callersFunctionsetContent
(value)
src/file.ts:96
↓ 2 callersFunctionwatch
(source: () => T, handler: (value: T, oldValue: T) => unknown)
src/reactive-fs.ts:37
↓ 1 callersFunctionareDifferent
(a, b)
src/util.ts:1
↓ 1 callersFunctioncreateContext
(options: ReactiveFileSystemOptions)
src/context.ts:13
↓ 1 callersFunctioncreateFileWatcher
(ctx: Context)
src/watcher.ts:5
↓ 1 callersFunctioneffect
(callback: () => unknown)
src/reactive-fs.ts:23
↓ 1 callersFunctionlist
(folderRelativePath = '', options: ListOptions = {})
src/reactive-fs.ts:61
↓ 1 callersFunctionremoveEffect
(e: ReactiveEffectRunner<unknown>)
src/reactive-fs.ts:29
Functioncontent
()
src/file.ts:29
FunctioncreateFile
(relativePath: string, content: string = null)
src/reactive-fs.ts:53
Functiondestroy
()
src/reactive-fs.ts:73
Functionfiles
()
src/reactive-fs.ts:84
Functionmove
(newRelativePath)
src/file.ts:54
Functionrefresh
()
src/file.ts:45
Functionremove
()
src/file.ts:48
FunctionwaitForContent
()
src/file.ts:39
FunctionwatchFile
(relativePath: string, handler: (content: string, oldContent: string) => unknown)
src/reactive-fs.ts:49
FunctionwatchList
(folderRelativePath = '', handler: (list: string[], oldList: string[]) => unknown, options: ListOptions = {})
src/reactive-fs.ts:69