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

Function buildFileContentHash

apps/sim/connectors/azure-devops/azure-devops.ts:226–228  ·  view source on GitHub ↗

* Builds the change-detection hash for a repository file. The git blob objectId * is content-addressable, so it changes exactly when the file content changes, * and it is reported both by the tree listing (`objectId`) and the per-file * metadata fetch (`objectId`) — so the listing stub and the hy

(repoId: string, objectId: string)

Source from the content-addressed store, hash-verified

224 * by content-addressing, so the stored content is already correct in that case.)
225 */
226function buildFileContentHash(repoId: string, objectId: string): string {
227 return `ado:file:${repoId}:${objectId}`
228}
229
230interface WikiV2 {
231 id: string

Callers 2

fileToStubFunction · 0.70
getFileDocumentFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected