MCPcopy Create free account
hub / github.com/callstack/react-native-paper / clean

Function clean

docs/component-docs-plugin/index.js:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 const { docsRootDir, libsRootDir, pages } = options;
13
14 function clean() {
15 fs.rmSync(docsRootDir, { recursive: true, force: true });
16 }
17
18 function createCategory(label, dir = '.') {
19 const categoryJSON = JSON.stringify({ label }, undefined, 2);

Callers 1

loadContentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…