MCPcopy
hub / github.com/browserless/browserless / clean

Function clean

bin/browserless.js:134–138  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

132};
133
134const clean = async () =>
135 fs.rm(path.join(compiledDir), {
136 force: true,
137 recursive: true,
138 });
139
140/**
141 * Build

Callers 1

browserless.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected