MCPcopy Index your code
hub / github.com/NativeScript/firebase / snapshot

Method snapshot

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

Source from the content-addressed store, hash-verified

108 }
109
110 get snapshot(): TaskSnapshot {
111 return TaskSnapshot.fromNative(this.native.snapshot);
112 }
113
114 cancel(): boolean {
115 this.native?.cancel();

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected