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

Method borrow

crates/core/src/alloc/vec.rs:360–362  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

358
359impl<T> Borrow<[T]> for TryVec<T> {
360 fn borrow(&self) -> &[T] {
361 self
362 }
363}
364
365impl<T, I> Index<I> for TryVec<T>

Callers 14

runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
verify_treeMethod · 0.45
findMethod · 0.45
firstMethod · 0.45
unwrap_leafMethod · 0.45
leaf_crit_keyMethod · 0.45
splitMethod · 0.45
fmtMethod · 0.45
start_passFunction · 0.45
outputMethod · 0.45

Calls

no outgoing calls

Tested by 3

runMethod · 0.36
runMethod · 0.36
runMethod · 0.36