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

Method start_gathering_comments

cranelift/reader/src/parser.rs:508–512  ·  view source on GitHub ↗

Enable gathering of all comments encountered.

(&mut self)

Source from the content-addressed store, hash-verified

506
507 // Enable gathering of all comments encountered.
508 fn start_gathering_comments(&mut self) {
509 debug_assert!(!self.gathering_comments);
510 self.gathering_comments = true;
511 debug_assert!(self.gathered_comments.is_empty());
512 }
513
514 // Claim the comments gathered up to the current position for the
515 // given entity.

Callers 5

parse_testFunction · 0.80
parse_functionMethod · 0.80
parse_preambleMethod · 0.80
parse_basic_blockMethod · 0.80
parse_instructionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected