MCPcopy Create free account
hub / github.com/PaulleDemon/PyUIBuilder / useFileUploadContext

Function useFileUploadContext

src/contexts/fileUploadContext.js:5–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3const FileUploadContext = createContext()
4
5export const useFileUploadContext = () => useContext(FileUploadContext)
6
7// Provider component to wrap around parts that needs upload context
8export const FileUploadProvider = ({ children }) => {

Callers 3

App.jsFile · 0.90
toolbar.jsFile · 0.90
UploadsContainerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected