Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angularfire
/ isFirebaseRef
Function
isFirebaseRef
src/compat/database/utils.ts:16–18 ·
view source on GitHub ↗
(value: any)
Source
from the content-addressed store, hash-verified
14
}
15
16
export
function
isFirebaseRef(value: any): boolean {
17
return
typeof value.set ===
'function'
;
18
}
19
20
/**
21
* Returns a database reference given a Firebase App and an
Callers
2
getRef
Function · 0.85
checkOperationCases
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected