MCPcopy Index your code
hub / github.com/simstudioai/sim / denied

Function denied

apps/sim/lib/workflows/utils.test.ts:55–61  ·  view source on GitHub ↗
(status: number, message: string, workspacePermission: string | null = null)

Source from the content-addressed store, hash-verified

53})
54
55const denied = (status: number, message: string, workspacePermission: string | null = null) => ({
56 allowed: false,
57 status,
58 message,
59 workflow: mockWorkflow,
60 workspacePermission,
61})
62
63describe('validateWorkflowPermissions', () => {
64 beforeEach(() => {

Callers 1

utils.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected