Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ Write
Method
Write
internal/caches/writer.go:9–9 ·
view source on GitHub ↗
Write 写入Body数据
(data []byte)
Source
from the content-addressed store, hash-verified
7
8
// Write 写入Body数据
9
Write(data []byte) (n int, err error)
10
11
// WriteAt 在指定位置写入数据
12
WriteAt(offset int64, data []byte) error
Callers
15
Write
Method · 0.65
Write
Method · 0.65
Write
Method · 0.65
Write
Method · 0.65
BenchmarkNewBufferPool1
Function · 0.65
BenchmarkNewBufferPool2
Function · 0.65
BenchmarkNewBufferPool3
Function · 0.65
CopyWithFilter
Function · 0.65
Write
Method · 0.65
WriteHeader
Method · 0.65
WriteBody
Method · 0.65
WriteBodyAt
Method · 0.65
Calls
no outgoing calls
Tested by
15
BenchmarkNewBufferPool1
Function · 0.52
BenchmarkNewBufferPool2
Function · 0.52
BenchmarkNewBufferPool3
Function · 0.52
TestMemoryStorage_OpenWriter
Function · 0.52
TestMemoryStorage_Delete
Function · 0.52
TestMemoryStorage_Stat
Function · 0.52
TestMemoryStorage_CleanAll
Function · 0.52
TestMemoryStorage_Purge
Function · 0.52
TestMemoryStorage_Expire
Function · 0.52
BenchmarkNewMemoryStorage
Function · 0.52
TestFileStorage_OpenWriter
Function · 0.52
TestFileStorage_OpenWriter_HTTP
Function · 0.52