MCPcopy Create free account
hub / github.com/cloudflare/computer / configSet

Method configSet

packages/computer/src/git/index.ts:300–300  ·  view source on GitHub ↗

Write a single config key.

(options: GitConfigSetOptions)

Source from the content-addressed store, hash-verified

298 configGet(options: GitConfigGetOptions): Promise<string | string[] | undefined>;
299 /** Write a single config key. */
300 configSet(options: GitConfigSetOptions): Promise<void>;
301 /** Stash tracked working-tree changes. */
302 stashPush(options?: StashPushOptions): Promise<void>;
303 /** List stash entries, newest first. */

Callers 1

runConfigFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected