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

Function buildSavedSearchUrl

apps/sim/tools/agiloft/utils.ts:97–99  ·  view source on GitHub ↗
(base: string, params: AgiloftSavedSearchParams)

Source from the content-addressed store, hash-verified

95}
96
97export function buildSavedSearchUrl(base: string, params: AgiloftSavedSearchParams): string {
98 return `${base}/ewws/EWSavedSearch/.json?${buildEwBaseQuery(params)}`
99}
100
101export function buildRetrieveAttachmentUrl(
102 base: string,

Callers 1

route.tsFile · 0.90

Calls 1

buildEwBaseQueryFunction · 0.85

Tested by

no test coverage detected