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

Function NewDisplaydAdapter

io/display.go:36–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34}
35
36func NewDisplaydAdapter() *DisplayAdapter {
37 d := new(DisplayAdapter)
38 return d
39}
40
41func (k *DisplayAdapter) Connect(ioBus *components.IOBus, mainBus *components.Bus) {
42 k.ioBus = ioBus

Callers 1

NewComputerFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected