Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
function
get(k) {
55
try {
56
return
uni.getStorageSync(k);
57
} catch (e) {
58
console.log(e);
59
}
60
}
61
62
module.exports = Storage;
Callers
1
storage.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected