MCPcopy Create free account
hub / github.com/omkarcloud/botasaurus / writeHtml

Function writeHtml

js/botasaurus-js/src/utils.ts:31–33  ·  view source on GitHub ↗
(data: string, p: string)

Source from the content-addressed store, hash-verified

29}
30
31function writeHtml(data: string, p: string): void {
32 fs.writeFileSync(p, data, { encoding: "utf-8" });
33}
34
35function writeFile(data: string, p: string): void {
36 fs.writeFileSync(p, data, { encoding: "utf-8" });

Callers 3

writeTempHtmlFunction · 0.90
output.jsFile · 0.50
index.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected