Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/1Panel-dev/MaxKB
/ postUserGroup
Function
postUserGroup
ui/src/api/workspace/user-group.ts:24–29 ·
view source on GitHub ↗
( data, loading, )
Source
from the content-addressed store, hash-verified
22
}
23
*/
24
const
postUserGroup: (data: ListItem, loading?: Ref<boolean>) => Promise<Result<boolean>> = (
25
data,
26
loading,
27
) => {
28
return
post(`${prefix}`, data, undefined, loading)
29
}
30
31
/**
32
* 删除用户组
Callers
nothing calls this directly
Calls
1
post
Function · 0.90
Tested by
no test coverage detected