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

Function wikiPageExternalId

apps/sim/connectors/azure-devops/azure-devops.ts:173–175  ·  view source on GitHub ↗
(wikiId: string, pagePath: string)

Source from the content-addressed store, hash-verified

171}
172
173function wikiPageExternalId(wikiId: string, pagePath: string): string {
174 return `wiki:${wikiId}:${pagePath}`
175}
176
177/**
178 * Parses a wiki external ID back into its wiki ID and page path.

Callers 1

wikiPageToStubFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected