Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hello-hao/Tbed
/ getStorage
Method
getStorage
src/main/java/cn/hellohao/dao/KeysMapper.java:14–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
Keys selectKeys(@Param(
"id"
) Integer id);
13
List<Keys> getStorageName();
14
List<Keys> getStorage();
15
Integer updateKey(Keys key);
16
List<Keys> getKeys();
17
Callers
1
getStorage
Method · 0.65
Implementers
1
KeysServiceImpl
src/main/java/cn/hellohao/service/impl
Calls
no outgoing calls
Tested by
no test coverage detected