MCPcopy
hub / github.com/infinitered/gluegun / brand

Method brand

src/domain/builder.ts:47–50  ·  view source on GitHub ↗

* Ideally named after the command line, the brand will be used * when searching for configuration files. * * @param name The name should be all lowercase and contains only numbers, letters, and dashes.

(value: string)

Source from the content-addressed store, hash-verified

45 * @param name The name should be all lowercase and contains only numbers, letters, and dashes.
46 */
47 public brand(value: string): Builder {
48 this.data.brand = value
49 return this
50 }
51
52 /**
53 * Excludes core libraries if they're not needed, for performance reasons.

Callers 1

index.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected