MCPcopy Create free account
hub / github.com/freecodexyz/free-code / enable

Method enable

src/ink/focus.ts:94–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92 }
93
94 enable(): void {
95 this.enabled = true
96 }
97
98 disable(): void {
99 this.enabled = false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected