Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ctrlplusb/react-injectables
/ find
Function
find
src/utils.js:92–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
91
// :: (a => boolean) => [a] => a|undefined
92
export
const
find = f => x => x.find(f);
93
94
function
KeyedComponent({ children }) {
95
return
Children.only(children);
Callers
4
getRegistration
Method · 0.90
findInjectable
Method · 0.90
findInjection
Method · 0.90
findInjector
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected