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

Method ref

src/compat/storage/storage.ts:62–64  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

60 }
61
62 ref(path: string) {
63 return createStorageRef(this.storage.ref(path), this.injector);
64 }
65
66 refFromURL(path: string) {
67 return createStorageRef(this.storage.refFromURL(path), this.injector);

Callers 10

getRefFunction · 0.80
createPushIdMethod · 0.80
changes.spec.tsFile · 0.80
fromRef.spec.tsFile · 0.80
uploadMethod · 0.80
storage.spec.tsFile · 0.80
transformMethod · 0.80

Calls 1

createStorageRefFunction · 0.90

Tested by

no test coverage detected