github.com/TeaOSLab/EdgeNode@v1.3.8/internal/caches/storage_file_ext.go (about)

     1  // Copyright 2024 GoEdge CDN goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn .
     2  //go:build !plus
     3  
     4  package caches
     5  
     6  func (this *FileStorage) tryMMAPReader(isPartial bool, estimatedSize int64, path string) (Reader, error) {
     7  	// stub
     8  	return nil, nil
     9  }