MCPcopy Create free account
hub / github.com/GooseMod/OpenAsar /

Class

src/appSettings.js:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const fs = require('fs');
2
3class Settings { // Heavily based on original for compat, but simplified and tweaked
4 constructor(path) {
5 try {
6 this.store = JSON.parse(fs.readFileSync(path));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected