Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ buildParams
Function
buildParams
apps/sim/app/api/workspaces/[id]/environment/route.test.ts:46–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
const
WORKSPACE_ID =
'ws-1'
45
46
function
buildParams() {
47
return
{ params: Promise.resolve({ id: WORKSPACE_ID }) }
48
}
49
50
async
function
callGet() {
51
const
request = createMockRequest(
'GET'
)
Callers
4
callGet
Function · 0.70
supabase.test.ts
File · 0.50
file.test.ts
File · 0.50
mem0.test.ts
File · 0.50
Calls
1
resolve
Method · 0.65
Tested by
no test coverage detected