Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/perkeep/perkeep
/ setStatus
Method
setStatus
pkg/server/sync.go:935–941 ·
view source on GitHub ↗
(s string)
Source
from the content-addressed store, hash-verified
933
)
934
935
func
(cs *copyStatus) setStatus(s string) {
936
now := time.Now()
937
cs.mu.Lock()
938
defer
cs.mu.Unlock()
939
cs.state = s
940
cs.t = now
941
}
942
943
func
(cs *copyStatus) setError(err error) {
944
now := time.Now()
Callers
1
copyBlob
Method · 0.80
Calls
2
Lock
Method · 0.80
Unlock
Method · 0.80
Tested by
no test coverage detected