MCPcopy Create free account
hub / github.com/djhworld/simple-computer / Disable

Method Disable

components/register.go:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41}
42
43func (r *Register) Disable() {
44 r.enable.Update(false)
45}
46
47func (r *Register) Set() {
48 r.set.Update(true)

Calls 1

UpdateMethod · 0.65