MCPcopy 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

1package lua
2
3func 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

ErrorfFunction · 0.85

Tested by

no test coverage detected