MCPcopy Create free account
hub / github.com/Superflows-AI/superflows / refreshPage

Function refreshPage

lib/hooks/useDocumentsLoader.ts:81–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79 };
80
81 const refreshPage = async () => {
82 await fetchPage(docPage);
83 };
84
85 useEffect(() => {
86 fetchPage(docPage);

Callers

nothing calls this directly

Calls 1

fetchPageFunction · 0.85

Tested by

no test coverage detected