MCPcopy 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
81type Sleepable interface {
82 GetSleepAfterMs() *int
83}
84
85func (c *CLIStepCLICommand) GetSleepAfterMs() *int {
86 return c.SleepAfterMs

Callers 1

handleSleepFunction · 0.65

Implementers 2

CLIStepCLICommandclient/lessons.go
CLIStepHTTPRequestclient/lessons.go

Calls

no outgoing calls

Tested by

no test coverage detected