MCPcopy Create free account
hub / github.com/braziljs/eloquente-javascript / 21_1_disk_persistence.mjs

File 21_1_disk_persistence.mjs

code/solutions/21_1_disk_persistence.mjs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// This isn't a stand-alone file, only a redefinition of a few
2// fragments from skillsharing/skillsharing_server.js
3
4import {readFileSync, writeFile} from "node:fs";

Callers

nothing calls this directly

Calls 2

loadTalksFunction · 0.85
startMethod · 0.45

Tested by

no test coverage detected