MCPcopy
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

1module.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

getMethod · 0.45
saveMethod · 0.45

Tested by

no test coverage detected