Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ succeeded
Function
succeeded
crates/vm/src/stdlib/_wmi.rs:267–269 ·
view source on GitHub ↗
(hr: HRESULT)
Source
from the content-addressed store, hash-verified
265
}
266
267
fn succeeded(hr: HRESULT) -> bool {
268
hr >= 0
269
}
270
271
fn failed(hr: HRESULT) -> bool {
272
hr < 0
Callers
1
query_thread_impl
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected