Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dstack-TEE/dstack
/ perr
Function
perr
guest-agent/src/guest_api_service.rs:224–228 ·
view source on GitHub ↗
(result: Result<T, E>)
Source
from the content-addressed store, hash-verified
222
}
223
224
fn perr<T, E: Debug>(result: Result<T, E>) {
225
if let Err(e) = &result {
226
error!(
"{e:?}"
);
227
}
228
}
Callers
1
shutdown
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected