Files
2026-07-13 13:00:08 +08:00

8 lines
153 B
Go

//go:build !treesitter || !cgo
package builtin
func (c codeIndex) parseTreeSitter(path string) ([]codeSymbol, bool, error) {
return nil, false, nil
}