MCPcopy Index your code
hub / github.com/RustPython/RustPython / WindowsSysResult

Class WindowsSysResult

crates/vm/src/windows.rs:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42pub(crate) struct WindowsSysResult<T>(pub T);
43
44impl<T: WindowsSysResultValue> WindowsSysResult<T> {
45 pub fn is_err(&self) -> bool {

Callers 8

CloseHandleFunction · 0.85
CreatePipeFunction · 0.85
DuplicateHandleFunction · 0.85
CreateProcessFunction · 0.85
getattributelistFunction · 0.85
GetExitCodeProcessFunction · 0.85
TerminateProcessFunction · 0.85
ReleaseMutexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected