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

Function getGraphNextPageUrl

apps/sim/tools/sharepoint/utils.ts:16–19  ·  view source on GitHub ↗
(data: object)

Source from the content-addressed store, hash-verified

14}
15
16export function getGraphNextPageUrl(data: object): string | undefined {
17 const nextLink = (data as Record<string, unknown>)['@odata.nextLink']
18 return typeof nextLink === 'string' ? nextLink : undefined
19}
20
21export function assertGraphNextPageUrl(nextPageUrl: string): string {
22 const trimmed = nextPageUrl.trim()

Callers 15

get_list.tsFile · 0.90
read_page.tsFile · 0.90
list_sites.tsFile · 0.90
route.tsFile · 0.90
route.tsFile · 0.90
route.tsFile · 0.90
route.tsFile · 0.90
route.tsFile · 0.90
route.tsFile · 0.90
route.tsFile · 0.90
route.tsFile · 0.90
route.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected