MCPcopy
hub / github.com/directus/directus / move

Method move

packages/storage-driver-supabase/src/index.ts:142–144  ·  view source on GitHub ↗
(src: string, dest: string)

Source from the content-addressed store, hash-verified

140 }
141
142 async move(src: string, dest: string): Promise<void> {
143 await this.bucket.move(this.fullPath(src), this.fullPath(dest));
144 }
145
146 async copy(src: string, dest: string): Promise<void> {
147 await this.bucket.copy(this.fullPath(src), this.fullPath(dest));

Callers 1

index.test.tsFile · 0.45

Calls 1

fullPathMethod · 0.95

Tested by

no test coverage detected