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

Method Set

components/register.go:47–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45}
46
47func (r *Register) Set() {
48 r.set.Update(true)
49}
50
51func (r *Register) Unset() {
52 r.set.Update(false)

Calls 1

UpdateMethod · 0.65