Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ with_notes
Method
with_notes
cranelift/isle/isle/src/error.rs:306–309 ·
view source on GitHub ↗
(mut self, notes: Vec<String>)
Source
from the content-addressed store, hash-verified
304
}
305
306
pub fn with_notes(mut self, notes: Vec<String>) -> Self {
307
self.notes = notes;
308
self
309
}
310
}
311
312
pub struct Label<FileId> {
Callers
1
fmt
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected