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

Method configGet

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

Read a single config key.

(options: GitConfigGetOptions)

Source from the content-addressed store, hash-verified

296 updateRef(options: GitUpdateRefOptions): Promise<void>;
297 /** Read a single config key. */
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. */

Callers 2

configGetFunction · 0.80
runConfigFunction · 0.80

Calls

no outgoing calls

Tested by 1

configGetFunction · 0.64