| 840 | } |
| 841 | |
| 842 | type buf struct { |
| 843 | data []byte |
| 844 | } |
| 845 | |
| 846 | // write appends a null-terminated string and returns its starting index. |
| 847 | func (b *buf) write(s string) uint32 { |
nothing calls this directly
no outgoing calls
no test coverage detected