MCPcopy Index your code
hub / github.com/scriptscat/scriptcat / observe

Method observe

src/types/main.d.ts:29–29  ·  view source on GitHub ↗
(handle: FileSystemFileHandle | FileSystemDirectoryHandle | FileSystemSyncAccessHandle)

Source from the content-addressed store, hash-verified

27interface FileSystemObserverInstance {
28 disconnect(): void;
29 observe(handle: FileSystemFileHandle | FileSystemDirectoryHandle | FileSystemSyncAccessHandle): Promise<void>;
30}
31
32declare const UserAgentData: typeof GM_info.userAgentData | undefined;

Callers 3

ToolCallBlockFunction · 0.80
callbackFunction · 0.80
startFileTrackFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected