MCPcopy Index your code
hub / github.com/CoderOpen/waimai / get

Function get

front/utils/storage.js:54–60  ·  view source on GitHub ↗
(k)

Source from the content-addressed store, hash-verified

52}
53
54function get(k) {
55 try {
56 return uni.getStorageSync(k);
57 } catch (e) {
58 console.log(e);
59 }
60}
61
62module.exports = Storage;

Callers 1

storage.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected