MCPcopy Index your code
hub / github.com/bootdotdev/bootdev / GetSleepAfterMs

Method GetSleepAfterMs

client/lessons.go:82–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80
81type Sleepable interface {
82 GetSleepAfterMs() *int
83}
84
85func (c *CLIStepCLICommand) GetSleepAfterMs() *int {

Callers 1

handleSleepFunction · 0.65

Implementers 2

CLIStepCLICommandclient/lessons.go
CLIStepHTTPRequestclient/lessons.go

Calls

no outgoing calls

Tested by

no test coverage detected