MCPcopy
hub / github.com/pocketbase/pocketbase / execve

Function execve

core/syscall.go:8–10  ·  view source on GitHub ↗

execve invokes the execve(2) system call.

(argv0 string, argv []string, envv []string)

Source from the content-addressed store, hash-verified

6
7// execve invokes the execve(2) system call.
8func execve(argv0 string, argv []string, envv []string) error {
9 return syscall.Exec(argv0, argv, envv)
10}

Callers 1

RestartMethod · 0.70

Calls 1

ExecMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…