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

Method testIt

apps/demo/src/plugin-demos/firebase-database.ts:20–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 }
19
20 testIt(): void {
21 this.transaction();
22 this.randomData();
23 this.children();
24 this.setData();
25 this.issue113();
26 this.issue141();
27 }
28
29 issue105() {
30 var obj = {

Callers

nothing calls this directly

Calls 6

transactionMethod · 0.95
randomDataMethod · 0.95
childrenMethod · 0.95
setDataMethod · 0.95
issue113Method · 0.95
issue141Method · 0.95

Tested by

no test coverage detected