Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ as_mut
Method
as_mut
crates/codegen/src/symboltable.rs:467–469 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
465
}
466
467
pub fn as_mut(&mut self) -> &mut [&mut T] {
468
unsafe { &mut *(self.v.as_mut_slice() as *mut [NonNull<T>] as *mut [&mut T]) }
469
}
470
}
471
}
472
use stack::StackStack;
Callers
15
main
Function · 0.45
sock_select
Function · 0.45
select
Function · 0.45
as_bytes_mut
Method · 0.45
try_writable
Method · 0.45
get_compressor
Method · 0.45
compress
Method · 0.45
_db_lock
Method · 0.45
inner
Method · 0.45
close
Method · 0.45
next
Method · 0.45
do_handshake
Method · 0.45
Calls
1
as_mut_slice
Method · 0.45
Tested by
no test coverage detected