Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/syncthing/syncthing
/ noopCounter
Struct
noopCounter
lib/scanner/blocks.go:142–142 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
140
func
(noopHash) Write([]byte) (int, error) {
return
0, nil }
141
142
type
noopCounter
struct
{}
143
144
func
(*noopCounter) Update(_ int64) {}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected