MCPcopy Index your code
hub / github.com/yuin/gopher-lua / osDiffTime

Function osDiffTime

oslib.go:75–78  ·  view source on GitHub ↗
(L *LState)

Source from the content-addressed store, hash-verified

73}
74
75func osDiffTime(L *LState) int {
76 L.Push(LNumber(L.CheckInt64(1) - L.CheckInt64(2)))
77 return 1
78}
79
80func osExecute(L *LState) int {
81 var procAttr os.ProcAttr

Callers

nothing calls this directly

Calls 3

LNumberTypeAlias · 0.85
CheckInt64Method · 0.80
PushMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…