Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/syncthing/syncthing
/ Write
Method
Write
lib/scanner/blocks.go:140–140 ·
view source on GitHub ↗
([]byte)
Source
from the content-addressed store, hash-verified
138
func
(noopHash) Reset() {}
139
func
(noopHash) Sum([]byte) []byte {
return
nil }
140
func
(noopHash) Write([]byte) (int, error) {
return
0, nil }
141
142
type
noopCounter
struct
{}
143
Callers
1
TestNormalization
Function · 0.45
Calls
no outgoing calls
Tested by
1
TestNormalization
Function · 0.36