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

Function serializeItems

packages/firebase-database/index.ios.ts:66–71  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

64 }
65}
66function serializeItems(data) {
67 if (data instanceof ServerValue) {
68 return data.native;
69 }
70 return serialize(data);
71}
72
73export class OnDisconnect implements IOnDisconnect {
74 _native: FIRDatabaseReference;

Callers 7

setMethod · 0.70
setWithPriorityMethod · 0.70
updateMethod · 0.70
setMethod · 0.70
setWithPriorityMethod · 0.70
transactionMethod · 0.70
updateMethod · 0.70

Calls 1

serializeFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…