Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/marmelab/react-admin
/ useWrappedSource
Function
useWrappedSource
packages/ra-core/src/core/useWrappedSource.ts:13–16 ·
view source on GitHub ↗
(source: string)
Source
from the content-addressed store, hash-verified
11
* };
12
*/
13
export
const
useWrappedSource = (source: string) => {
14
const
sourceContext = useSourceContext();
15
return
sourceContext.getSource(source);
16
};
Callers
9
SimpleFormIterator
Function · 0.90
SimpleFormIterator
Function · 0.90
SimpleFormIterator
Function · 0.90
SimpleFormIteratorBase
Function · 0.90
useReferenceArrayInputController
Function · 0.90
useReferenceInputController
Function · 0.90
useApplyInputDefaultValues
Function · 0.90
useInput
Function · 0.90
FormDataConsumerView
Function · 0.90
Calls
1
useSourceContext
Function · 0.90
Tested by
no test coverage detected