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

Method snapshot

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

Source from the content-addressed store, hash-verified

97 }
98
99 get snapshot(): TaskSnapshot {
100 return TaskSnapshot.fromNative(this.native.getSnapshot?.());
101 }
102
103 cancel(): boolean {
104 return this.native?.cancel();

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected