Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/djhworld/simple-computer
/ Bit
Struct
Bit
components/storage.go:8–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
)
7
8
type
Bit
struct
{
9
gates [4]circuit.NANDGate
10
wireO circuit.Wire
11
}
12
13
func
NewBit() *Bit {
14
wireO := *circuit.NewWire(
"O"
, false)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected