MCPcopy
hub / github.com/angular/angularfire / list

Method list

src/compat/storage/ref.ts:17–17  ·  view source on GitHub ↗
(options?: ListOptions)

Source from the content-addressed store, hash-verified

15 put(data: any, metadata?: UploadMetadata | undefined): AngularFireUploadTask;
16 putString(data: string, format?: string | undefined, metadata?: UploadMetadata | undefined): AngularFireUploadTask;
17 list(options?: ListOptions): Observable<ListResult>;
18 listAll(): Observable<ListResult>;
19}
20

Callers 4

createStorageRefFunction · 0.65
userPromptFunction · 0.65
projectPromptFunction · 0.65
appPromptFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected