Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/badyun/AShare
/ file.js
File
file.js
controller/file.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
Cloud = require(
'../utils/cloud'
);
2
const
db = require(
'../utils/db'
)
3
module.exports =
async
(req, res) => {
4
let
info = db(
'account'
).find({ user_id: req.params.user_id }).value()
Callers
nothing calls this directly
Calls
1
node
Method · 0.80
Tested by
no test coverage detected