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

Method then

packages/firebase-database/index.ios.ts:528–530  ·  view source on GitHub ↗
(onfulfilled?: (value: any) => TResult1 | PromiseLike<TResult1>, onrejected?: (reason: any) => TResult2 | PromiseLike<TResult2>)

Source from the content-addressed store, hash-verified

526 }
527
528 then<TResult1 = any, TResult2 = never>(onfulfilled?: (value: any) => TResult1 | PromiseLike<TResult1>, onrejected?: (reason: any) => TResult2 | PromiseLike<TResult2>): PromiseLike<TResult1 | TResult2> {
529 throw new Error('Method not implemented.');
530 }
531}
532
533export class DataSnapshot implements IDataSnapshot {

Callers 15

buildAngularFunction · 0.45
copyAngularDistFunction · 0.45
finishPreparationFunction · 0.45
recordErrorMethod · 0.45
recordErrorMethod · 0.45
pushMethod · 0.45
onTransactionMethod · 0.45
runTransactionMethod · 0.45
app.tsFile · 0.45
navigatingToFunction · 0.45
app.tsFile · 0.45
linkGithubMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected