MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / update

Method update

packages/ci-proxy-worker/worker-configuration.d.ts:13101–13101  ·  view source on GitHub ↗

* Update hosted image metadata * @param options Properties to update * @returns Updated image metadata * @throws ImagesError if update fails

(options: ImageUpdateOptions)

Source from the content-addressed store, hash-verified

13099 * @throws {@link ImagesError} if update fails
13100 */
13101 update(options: ImageUpdateOptions): Promise<ImageMetadata>;
13102 /**
13103 * Delete a hosted image
13104 * @returns True if deleted, false if not found

Callers 6

run_tvos_control_messageFunction · 0.65
stableLocalProviderIdFunction · 0.65
hashFilesFunction · 0.65
hashPathFunction · 0.65
buildCachedFixtureAppFunction · 0.65
previewSourceModuleFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected