Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bootdotdev/bootdev
/ Sleepable
Interface
Sleepable
client/lessons.go:81–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
type
Sleepable
interface
{
82
GetSleepAfterMs() *int
83
}
84
85
func
(c *CLIStepCLICommand) GetSleepAfterMs() *int {
86
return
c.SleepAfterMs
Callers
1
handleSleep
Function · 0.65
Implementers
2
CLIStepCLICommand
client/lessons.go
CLIStepHTTPRequest
client/lessons.go
Calls
no outgoing calls
Tested by
no test coverage detected