Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ string.rs
File
string.rs
crates/core/src/alloc/string.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use crate::{
2
alloc::{TryClone, str_ptr_from_raw_parts, try_realloc},
3
error::OutOfMemory,
4
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected