buildDtable_asm is an assembly implementation of fseDecoder.buildDtable. Function returns non-zero exit code on error. go:noescape
(s *fseDecoder, ctx *buildDtableAsmContext)
| 27 | // |
| 28 | //go:noescape |
| 29 | func buildDtable_asm(s *fseDecoder, ctx *buildDtableAsmContext) int |
| 30 | |
| 31 | // please keep in sync with _generate/gen_fse.go |
| 32 | const ( |
no outgoing calls
no test coverage detected
searching dependent graphs…