Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
const
superagent = require(
'superagent'
);
2
const
db = require(
'./db'
);
3
module.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