MCPcopy Create free account
hub / github.com/NativeScript/firebase / _createBuilder

Method _createBuilder

packages/firebase-storage/index.android.ts:242–248  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

240 }
241
242 private _createBuilder() {
243 if (this._native) {
244 this._builder = new com.google.firebase.storage.StorageMetadata.Builder(this._native);
245 } else {
246 this._builder = new com.google.firebase.storage.StorageMetadata.Builder();
247 }
248 }
249
250 get cacheControl(): string {
251 return this.native.getCacheControl?.();

Callers 6

cacheControlMethod · 0.95
contentDispositionMethod · 0.95
contentEncodingMethod · 0.95
contentLanguageMethod · 0.95
contentTypeMethod · 0.95
customMetadataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected