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

Method bytesTransferred

packages/firebase-storage/index.ios.ts:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44 }
45
46 get bytesTransferred(): number {
47 return this.native?.progress?.completedUnitCount;
48 }
49
50 get error(): FirebaseError {
51 if (!this.native.error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected