MCPcopy Create free account
hub / github.com/f0rr0/oliphaunt / probe_aot_serializer_in_process

Function probe_aot_serializer_in_process

xtask/src/main.rs:430–434  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

428
429#[cfg(not(feature = "aot-serializer"))]
430fn probe_aot_serializer_in_process() -> Result<()> {
431 bail!(
432 "xtask aot-serializer probe requires `cargo run -p xtask --features aot-serializer -- ...`"
433 )
434}
435
436#[cfg(feature = "aot-serializer")]
437fn probe_aot_serializer_in_process() -> Result<()> {

Callers 1

aot_serializerFunction · 0.85

Calls 3

llvm_aot_engineFunction · 0.85
print_aot_engine_configFunction · 0.85
serializeMethod · 0.80

Tested by

no test coverage detected