Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ipfs/kubo
/ Bytes
Method
Bytes
test/cli/harness/buffer.go:43–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
}
42
43
func
(b *Buffer) Bytes() []byte {
44
b.m.Lock()
45
defer
b.m.Unlock()
46
return
[]byte(b.b.String())
47
}
48
49
func
(b *Buffer) Lines() []string {
50
b.m.Lock()
Callers
15
makeTarGz
Function · 0.95
dagPut
Function · 0.95
TestProfiler
Function · 0.95
RunThreeLeggedCat
Function · 0.95
DirectAddCat
Function · 0.95
benchCat
Function · 0.95
buildTestTarGz
Function · 0.95
buildTestZip
Function · 0.95
UnixFSDataType
Method · 0.95
UnixFSHAMTFanout
Method · 0.95
InspectPBNode
Method · 0.95
TestFUSERealWorld
Function · 0.95
Calls
1
String
Method · 0.45
Tested by
15
makeTarGz
Function · 0.76
TestProfiler
Function · 0.76
RunThreeLeggedCat
Function · 0.76
DirectAddCat
Function · 0.76
benchCat
Function · 0.76
buildTestTarGz
Function · 0.76
buildTestZip
Function · 0.76
TestFUSERealWorld
Function · 0.76
makeTestCar
Function · 0.76
runMigrationOnJSON
Function · 0.76
RandomBytes
Function · 0.36
TestDHTOptimisticProvide
Function · 0.36