MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / parse_tuple_field

Method parse_tuple_field

cranelift/isle/isle/src/parser.rs:362–366  ·  view source on GitHub ↗
(&mut self, index: usize)

Source from the content-addressed store, hash-verified

360 }
361
362 fn parse_tuple_field(&mut self, index: usize) -> Result<TupleField> {
363 let pos = self.pos();
364 let ty = self.parse_ident()?;
365 Ok(TupleField { index, ty, pos })
366 }
367
368 fn parse_decl(&mut self) -> Result<Decl> {
369 let pos = self.pos();

Callers 1

parse_tuple_fieldsMethod · 0.80

Calls 3

OkFunction · 0.85
parse_identMethod · 0.80
posMethod · 0.45

Tested by

no test coverage detected