MCPcopy Index your code
hub / github.com/tinyhttp/tinyhttp / enable

Method enable

packages/app/src/app.ts:126–130  ·  view source on GitHub ↗

* Enable app setting * @param setting Setting name

(setting: string)

Source from the content-addressed store, hash-verified

124 * @param setting Setting name
125 */
126 enable(setting: string) {
127 this.settings[setting] = true
128
129 return this
130 }
131
132 /**
133 * Disable app setting

Callers 1

app.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected