Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/MetaCubeX/mihomo
/ Get
Function
Get
common/pool/pool.go:3–5 ·
view source on GitHub ↗
(size int)
Source
from the content-addressed store, hash-verified
1
package
pool
2
3
func
Get(size int) []byte {
4
return
DefaultAllocator.Get(size)
5
}
6
7
func
Put(buf []byte) error {
8
return
DefaultAllocator.Put(buf)
Callers
15
RelayDnsConn
Function · 0.92
readQuicData
Method · 0.92
exchangeQUIC
Method · 0.92
ReadPacket
Function · 0.92
WriteTo
Method · 0.92
WriteTo
Method · 0.92
Write
Method · 0.92
ReadFrom
Method · 0.92
Read
Method · 0.92
WriteTo
Method · 0.92
recvLoop
Method · 0.92
Read
Method · 0.92
Calls
1
Get
Method · 0.65
Tested by
no test coverage detected