We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a934ea7 commit af88137Copy full SHA for af88137
packages/vm/src/parsed_wasm.rs
@@ -189,7 +189,7 @@ impl<'a> ParsedWasm<'a> {
189
190
/// Perform the expensive operation of validating each function body
191
///
192
- /// Note: This function caches the output of this function into the field `funcs_to_validate` so repeated invocations are cheap.
+ /// Note: This function caches the output of this function into the field `func_validator` so repeated invocations are cheap.
193
pub fn validate_funcs(&mut self) -> VmResult<()> {
194
match self.func_validator {
195
FunctionValidator::Pending(OpaqueDebug(ref mut funcs)) => {
0 commit comments