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

Method name

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

Source from the content-addressed store, hash-verified

611
612impl<'a> TestFile<'a> {
613 pub fn name(&self) -> &str {
614 &self.name
615 }
616
617 pub fn raw(&self) -> &'a str {
618 self.contents

Callers 5

get_idxMethod · 0.80
getMethod · 0.80
run_fileMethod · 0.80
encode_quote_watFunction · 0.80
run_filesMethod · 0.80

Calls

no outgoing calls

Tested by 1

run_filesMethod · 0.64