Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ is_err
Method
is_err
crates/vm/src/windows.rs:25–27 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
23
impl WindowsSysResultValue for HANDLE {
24
type Ok = WinHandle;
25
fn is_err(&self) -> bool {
26
*self == INVALID_HANDLE_VALUE
27
}
28
fn into_ok(self) -> Self::Ok {
29
WinHandle(self)
30
}
Callers
15
kv_get
Function · 0.80
kv_put
Function · 0.80
print
Function · 0.80
run_shell
Function · 0.80
run_rustpython
Function · 0.80
statistics
Function · 0.80
process_python_libs
Function · 0.80
new_py_ssl_socket
Method · 0.80
should_keep
Method · 0.80
close_dir_fds
Function · 0.80
close_filetable_fds
Function · 0.80
create
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected