func()

in unison/cell.go [167:170]


func (c *Cell) read() interface{} {
	c.readID = c.writeID
	return c.state
}