MCPcopy Create free account
hub / github.com/Ray-D-Song/lexe / extract_code_binary

Function extract_code_binary

llrt/src/build.rs:303–310  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

301}
302
303pub fn extract_code_binary() -> Option<Vec<u8>> {
304 let Some(data) = find_section(SECTION_NAME) else {
305 eprintln!("Error finding section");
306 return None;
307 };
308
309 Some(data.to_vec())
310}

Callers 1

start_cliFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected