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

Function serialize_aot_cli

xtask/src/main.rs:414–416  ·  view source on GitHub ↗
(_args: &[String])

Source from the content-addressed store, hash-verified

412
413#[cfg(not(feature = "aot-serializer"))]
414fn serialize_aot_cli(_args: &[String]) -> Result<()> {
415 bail!("xtask aot-serializer requires `cargo run -p xtask --features aot-serializer -- ...`")
416}
417
418#[cfg(feature = "aot-serializer")]
419fn serialize_aot_cli(args: &[String]) -> Result<()> {

Callers 1

aot_serializerFunction · 0.85

Calls 2

value_afterFunction · 0.85
serialize_aot_moduleFunction · 0.85

Tested by

no test coverage detected