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

Method create

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

* Create a new repository with an initial access token. * @param name Repository name (alphanumeric, dots, hyphens, underscores). * @param opts Optional: readOnly flag, description, default branch name. * @returns Repo metadata with initial token. * @throws {ArtifactsError} with code `IN

(
    name: string,
    opts?: {
      readOnly?: boolean;
      description?: string;
      setDefaultBranch?: string;
    },
  )

Source from the content-addressed store, hash-verified

11289 * @throws {ArtifactsError} with code `ALREADY_EXISTS` if the repo already exists.
11290 */
11291 create(
11292 name: string,
11293 opts?: {
11294 readOnly?: boolean;

Callers 2

start_project_serviceFunction · 0.80
acquireMethod · 0.80

Calls

no outgoing calls

Tested by 1

acquireMethod · 0.64