Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/YMFE/yapi
/ storage.js
File
storage.js
server/utils/storage.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
module.exports =
function
storageCreator(id) {
2
const
storageModel = require(
'../models/storage.js'
);
3
const
yapi = require(
'../yapi.js'
);
4
const
defaultData = {}
Callers
nothing calls this directly
Calls
2
get
Method · 0.45
save
Method · 0.45
Tested by
no test coverage detected