MCPcopy Create free account
hub / github.com/pollinations/pollinations / updateProject

Function updateProject

apps/slidepainter/src/utils/imageConfigClient.ts:16–18  ·  view source on GitHub ↗
(project: string)

Source from the content-addressed store, hash-verified

14 },
15
16 async updateProject(project: string): Promise<void> {
17 await clientImageConfig.updateProject(project);
18 },
19
20 async updateImageUrl(imageUrl: string): Promise<void> {
21 await clientImageConfig.updateImageUrl(imageUrl);

Callers

nothing calls this directly

Calls 1

updateProjectMethod · 0.80

Tested by

no test coverage detected