MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode /

Class

src/lib/installState.js:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4const INSTALL_STATE_STORAGE = Url.join(DATA_STORAGE, ".install-state");
5
6export default class InstallState {
7 /** @type Record<string, string> */
8 store;
9 /** @type Record<string, string> */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected