Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
transaction
Method · 0.95
randomData
Method · 0.95
children
Method · 0.95
setData
Method · 0.95
issue113
Method · 0.95
issue141
Method · 0.95
Tested by
no test coverage detected