MCPcopy 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
224fn perr<T, E: Debug>(result: Result<T, E>) {
225 if let Err(e) = &result {
226 error!("{e:?}");
227 }
228}

Callers 1

shutdownMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected