Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astercloud/aster
/ addApprovalRequest
Function
addApprovalRequest
ui/src/stores/approval.ts:30–32 ·
view source on GitHub ↗
(request: ApprovalRequest)
Source
from the content-addressed store, hash-verified
28
* 添加审批请求
29
*/
30
const
addApprovalRequest = (request: ApprovalRequest) => {
31
pendingApprovals.value.set(request.id, request);
32
};
33
34
/**
35
* 批准请求
Callers
nothing calls this directly
Calls
1
set
Method · 0.45
Tested by
no test coverage detected