Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gopherjs/gopherjs
/ RlimitStack
Function
RlimitStack
internal/sysutil/sysutil_windows.go:5–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
import
"errors"
4
5
func
RlimitStack() (uint64, error) {
6
return
0, errors.New(
"RlimitStack is not implemented on Windows"
)
7
}
Callers
nothing calls this directly
Calls
1
New
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…