Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ newCheckpoint
Function
newCheckpoint
agent/checkpoint.go:46–51 ·
view source on GitHub ↗
(logger slog.Logger)
Source
from the content-addressed store, hash-verified
44
}
45
46
func
newCheckpoint(logger slog.Logger) *checkpoint {
47
return
&checkpoint{
48
logger: logger,
49
done: make(
chan
struct
{}),
50
}
51
}
Callers
4
TestCheckpoint_CompleteWait
Function · 0.85
TestCheckpoint_CompleteTwice
Function · 0.85
TestCheckpoint_WaitComplete
Function · 0.85
run
Method · 0.85
Calls
no outgoing calls
Tested by
3
TestCheckpoint_CompleteWait
Function · 0.68
TestCheckpoint_CompleteTwice
Function · 0.68
TestCheckpoint_WaitComplete
Function · 0.68