MCPcopy Index your code
hub / github.com/explodingcamera/tinywasm / parent

Method parent

crates/cli/src/wast_runner.rs:621–623  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

619 }
620
621 pub fn parent(&self) -> &str {
622 &self.parent
623 }
624
625 pub fn wast(&self) -> wast::parser::Result<WastBuffer<'a>> {
626 let mut lexer = wast::lexer::Lexer::new(self.contents);

Callers 2

run_fileMethod · 0.80
run_filesMethod · 0.80

Calls

no outgoing calls

Tested by 1

run_filesMethod · 0.64