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