Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/Shopify/go-lua
/ clock
Function
clock
os_windows.go:3–6 ·
view source on GitHub ↗
(l *State)
Source
from the content-addressed store, hash-verified
1
package
lua
2
3
func
clock(l *State) int {
4
Errorf(l,
"os.clock not yet supported on Windows"
)
5
panic(
"unreachable"
)
6
}
Callers
nothing calls this directly
Calls
1
Errorf
Function · 0.85
Tested by
no test coverage detected