MCPcopy Index your code
hub / github.com/djhworld/simple-computer / ConnectKeyboard

Method ConnectKeyboard

computer/computer.go:55–57  ·  view source on GitHub ↗
(keyboard *io.Keyboard)

Source from the content-addressed store, hash-verified

53}
54
55func (c *SimpleComputer) ConnectKeyboard(keyboard *io.Keyboard) {
56 keyboard.ConnectTo(c.keyboardAdapter.KeyboardInBus)
57}
58
59func (c *SimpleComputer) LoadToRAM(offset uint16, values []uint16) {
60 if offset < 0x0500 {

Callers 1

runFunction · 0.80

Calls 1

ConnectToMethod · 0.80

Tested by

no test coverage detected