MCPcopy Create free account
hub / github.com/bytecodealliance/rustix / dup2_stdout_stdout

Function dup2_stdout_stdout

tests/stdio/dup2_stdio.rs:11–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9
10#[test]
11fn dup2_stdout_stdout() {
12 let _ = dup2_stdout(stdout());
13 fcntl_getfd(stdout()).unwrap();
14}
15
16#[test]
17fn dup2_stderr_stderr() {

Callers

nothing calls this directly

Calls 3

dup2_stdoutFunction · 0.85
stdoutFunction · 0.85
fcntl_getfdFunction · 0.50

Tested by

no test coverage detected