Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/EngoEngine/engo
/ Pause
Method
Pause
clock.go:76–78 ·
view source on GitHub ↗
Pause pauses the clock
()
Source
from the content-addressed store, hash-verified
74
75
// Pause pauses the clock
76
func
(c *Clock) Pause() {
77
c.paused = true
78
}
79
80
// Unpause unpauses the clock
81
func
(c *Clock) Unpause() {
Callers
2
TestClockPause
Function · 0.95
Update
Method · 0.45
Calls
no outgoing calls
Tested by
1
TestClockPause
Function · 0.76