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

Method AddBlocks

asm/instructions.go:674–678  ·  view source on GitHub ↗
(blocks ...[]Instruction)

Source from the content-addressed store, hash-verified

672}
673
674func (s *Instructions) AddBlocks(blocks ...[]Instruction) {
675 for _, block := range blocks {
676 s.Add(block...)
677 }
678}
679
680func (s *Instructions) Get() []Instruction {
681 return s.instructions

Callers 13

initialiseCommonCodeFunction · 0.95
renderStringFunction · 0.95
counterRenderNibbleFunction · 0.95
mainFunction · 0.95
routine_drawBrushFunction · 0.95
counterFunction · 0.80
sineWaveFunction · 0.80
meFunction · 0.80
asciiTableFunction · 0.80
brushFunction · 0.80

Calls 1

AddMethod · 0.95

Tested by

no test coverage detected