| 7 | ) |
| 8 | |
| 9 | type MicrosoftBuilder struct { |
| 10 | seqn uint16 |
| 11 | } |
| 12 | |
| 13 | func (b MicrosoftBuilder) frameFor(template []byte, cmd *Command) []byte { |
| 14 | data := make([]byte, len(template)) |
nothing calls this directly
no outgoing calls
no test coverage detected