Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/lenve/VBlog
/ addRoles
Method
addRoles
blogserver/src/main/java/org/sang/mapper/RolesMapper.java:14–14 ·
view source on GitHub ↗
(@Param("roles") String[] roles, @Param("uid") Long uid)
Source
from the content-addressed store, hash-verified
12
@Mapper
13
public
interface
RolesMapper {
14
int
addRoles(@Param(
"roles"
) String[] roles, @Param(
"uid"
) Long uid);
15
16
List<Role> getRolesByUid(Long uid);
17
}
Callers
1
reg
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected