MCPcopy
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

3import "errors"
4
5func RlimitStack() (uint64, error) {
6 return 0, errors.New("RlimitStack is not implemented on Windows")
7}

Callers

nothing calls this directly

Calls 1

NewMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…