MCPcopy Index your code
hub / github.com/cursor/cookbook / formatCloudRepository

Function formatCloudRepository

sdk/coding-agent-cli/src/agent.ts:432–436  ·  view source on GitHub ↗
(repository: CloudRepository)

Source from the content-addressed store, hash-verified

430}
431
432function formatCloudRepository(repository: CloudRepository) {
433 return repository.startingRef
434 ? `${repository.url}#${repository.startingRef}`
435 : repository.url
436}
437
438function formatParamsLabel(
439 params: NonNullable<ModelSelection["params"]>,

Callers 1

executionTargetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected