Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
func
NewDisplaydAdapter() *DisplayAdapter {
37
d := new(DisplayAdapter)
38
return
d
39
}
40
41
func
(k *DisplayAdapter) Connect(ioBus *components.IOBus, mainBus *components.Bus) {
42
k.ioBus = ioBus
Callers
1
NewComputer
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected