MCPcopy Create free account
hub / github.com/badyun/AShare /

Class

utils/cloud.js:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const superagent = require('superagent');
2const db = require('./db');
3module.exports = class {
4 constructor(id) {
5 this.info = db('account').find({ id: id }).value()
6 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected