MCPcopy Create free account
hub / github.com/esengine/esengine / exists

Method exists

packages/editor-core/src/Services/IFileSystem.ts:6–6  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

4 writeFile(path: string, content: string): Promise<void>;
5 writeBinary(path: string, data: Uint8Array): Promise<void>;
6 exists(path: string): Promise<boolean>;
7 createDirectory(path: string): Promise<void>;
8 listDirectory(path: string): Promise<FileEntry[]>;
9 deleteFile(path: string): Promise<void>;

Callers 15

existsMethod · 0.65
get_engine_modules_pathFunction · 0.65
read_module_manifestFunction · 0.65
prepare_build_directoryFunction · 0.65
copy_directoryFunction · 0.65
get_directory_sizeFunction · 0.65
find_esbuildFunction · 0.65
list_files_by_extensionFunction · 0.65
build_pluginFunction · 0.65

Implementers 1

TauriFileSystemServicepackages/editor-app/src/services/Tauri

Calls

no outgoing calls

Tested by

no test coverage detected