MCPcopy
hub / github.com/CapSoftware/Cap / resolve

Function resolve

apps/web/lib/public-collections.ts:218–219  ·  view source on GitHub ↗
(key: ImageUpload.ImageUrlOrKey | null)

Source from the content-addressed store, hash-verified

216 return Effect.gen(function* () {
217 const imageUploads = yield* ImageUploads;
218 const resolve = (key: ImageUpload.ImageUrlOrKey | null) =>
219 key ? imageUploads.resolveImageUrl(key) : Effect.succeed(null);
220
221 return {
222 organizationIconUrl: yield* resolve(keys.organizationIconUrl),

Callers 15

runFfmpegFunction · 0.70
getFfmpegPathFunction · 0.70
extractAudioFromUrlFunction · 0.70
extractAudioToBufferFunction · 0.70
convertWavToMp3Function · 0.70
checkHasAudioTrackFunction · 0.70
resolveIconUrlsFunction · 0.70
finishMethod · 0.50
waitForRetryDelayMethod · 0.50
requestToPromiseFunction · 0.50
transactionToPromiseFunction · 0.50

Calls

no outgoing calls

Tested by 10

createMockCapServerFunction · 0.40
configureExtensionFunction · 0.40
sendServiceWorkerMessageFunction · 0.40
createMockCapServerFunction · 0.40
configureExtensionFunction · 0.40
sendServiceWorkerMessageFunction · 0.40
createMockCapServerFunction · 0.40
configureExtensionFunction · 0.40
sendServiceWorkerMessageFunction · 0.40
togglePanelInTabFunction · 0.40