MCPcopy Create free account
hub / github.com/PerroEngine/Perro / expect_ref

Method expect_ref

perro_source/core/perro_animation/src/anim_tree.rs:398–401  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

396 }
397
398 fn expect_ref(&mut self) -> Result<String, String> {
399 self.expect(Token::At)?;
400 self.expect_ident()
401 }
402
403 fn expect_text_like(&mut self) -> Result<String, String> {
404 match std::mem::replace(&mut self.current, Token::Eof) {

Callers 4

parse_output_blockMethod · 0.80
parse_add_kindMethod · 0.80
parse_invert_kindMethod · 0.80
parse_ref_listMethod · 0.80

Calls 2

expectMethod · 0.45
expect_identMethod · 0.45

Tested by

no test coverage detected