Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
173
function
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
wikiPageToStub
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected